Skip to content

Commit 8b3de9e

Browse files
authored
Merge pull request #18 from thedadams/fix-run-tests-action
chore: fix the run_tests actions to not depend on anything
2 parents d13ff51 + 36c4ff7 commit 8b3de9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/run_tests.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
test-linux:
15-
needs: check-perms
1615
runs-on: ubuntu-latest
1716
steps:
1817
- uses: actions/checkout@v4
@@ -36,7 +35,6 @@ jobs:
3635
run: ./scripts/test
3736

3837
test-windows:
39-
needs: check-perms
4038
runs-on: windows-latest
4139
steps:
4240
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)