Skip to content

Commit

Permalink
ideal if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent 7f66d2e commit 2a2670b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Generate Tests
id: get_all_tests
run: |
all_tests=$(./.github/scripts/generate_tests.sh | base64 -d)
echo "all_tests=${all_tests}" >> "$GITHUB_OUTPUT"
echo "all_tests=$(./.github/scripts/generate_tests.sh | base64 -d)" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4

determine-should-run-tests:
Expand Down

0 comments on commit 2a2670b

Please sign in to comment.