Skip to content

Commit

Permalink
ci: Fix typo in name of sha-number file on non pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Jul 18, 2022
1 parent 89b462d commit d88fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
echo ${{ github.event.pull_request.head.sha }} > test-results/sha-number
else
echo ${{ github.sha }} > test-result/sha-number
echo ${{ github.sha }} > test-results/sha-number
fi
make --debug junit-regtest TESTCOVERPROFILE=coverprofile
shell: bash
Expand Down

0 comments on commit d88fb96

Please sign in to comment.