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 93bafd3 commit 0ae3cc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
name: generateTests
run: |
ALL_TESTS=$(./scripts/test.sh | base64 -d)
echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
echo "::set-output name=all_tests::$ALL_TESTS"
# echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
- name: Print the captured output
run: echo "${{ steps.get_all_tests.outputs.all_tests }}"
debug-generate-tests:
Expand Down Expand Up @@ -61,7 +62,8 @@ jobs:
name: generateTests
run: |
ALL_TESTS=$(./scripts/test.sh | base64 -d)
echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
echo "::set-output name=all_tests::$ALL_TESTS"
# echo "all_tests=$ALL_TESTS" >> $GITHUB_OUTPUT
- name: Print the captured output
run: echo "${{ steps.get_all_tests.outputs.all_tests }}"
test-path-debugging:
Expand Down

0 comments on commit 0ae3cc3

Please sign in to comment.