Skip to content

Commit

Permalink
Only run test on ubuntu-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrluanma committed Mar 10, 2024
1 parent ac4f8f2 commit 4129ef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -20,8 +20,8 @@ jobs:
- name: Install devenv.sh
run: nix profile install --accept-flake-config tarball+https://install.devenv.sh/latest

- name: Build the devenv shell and run any pre-commit hooks
- name: Run pre-commit hooks
run: devenv ci

- name: Run a single command in the devenv shell
- name: Run test
run: devenv shell bun run test.js

0 comments on commit 4129ef1

Please sign in to comment.