Skip to content

Commit

Permalink
Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Aug 23, 2024
1 parent 50d8e42 commit 436f110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
EOF
- name: Run fishtape tests
id: run-fishtape-tests
uses: ./
- name: Check output parameters
env:
TOTAL: ${{ steps.run-fishtape-tests.outputs.total }}
PASSED: ${{ steps.run-fishtape-tests.outputs.passed }}
FAILED: ${{ steps.run-fishtape-tests.outputs.failed }}
uses: ./
- name: Check output parameters
run: |
set failures 0
Expand Down

0 comments on commit 436f110

Please sign in to comment.