Skip to content

Commit

Permalink
try and fix ci tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Jan 10, 2024
1 parent 978411e commit d1e3fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: deno test --allow-all # provide all permissions to the test script because it modifies file system to prepare for e2e tests.

test-script-compiles-and-runs:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dev-environment
Expand Down

0 comments on commit d1e3fba

Please sign in to comment.