Skip to content

Commit

Permalink
fixup maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent d607060 commit fd7f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- id: get_all_tests
name: generateTests
run: echo "::set-output name=all_tests::$(./.github/generate-test.sh | base64 -d)"
run: echo "::set-output name=all_tests::$(./.github/scripts/generate-test.sh | base64 -d)"
determine-should-run-tests:
name: Determine Should Run Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd7f05d

Please sign in to comment.