Skip to content

Commit 5aac503

Browse files
committed
Check for commit SHA
1 parent 71ce50f commit 5aac503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
- run: yarn test --runInBand
2323
- run: curl -Os https://uploader.codecov.io/latest/linux/codecov
2424
- run: chmod +x codecov
25+
- run: echo "The current SHA is $GITHUB_SHA"
2526
- run: ./codecov

0 commit comments

Comments
 (0)