Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Nov 24, 2023
1 parent 9ad0561 commit 38907a1
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 @@ -31,6 +31,6 @@ jobs:
run: |
npm test
exitcode="$?"
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
echo "exitcode=$exitcode"
exit "$exitcode"

0 comments on commit 38907a1

Please sign in to comment.