Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 3bc49d4

Browse files
committed
Fix other test
1 parent 02c9014 commit 3bc49d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/services/github_actions.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ describe('GitHub Actions CI Provider', function() {
77
})
88

99
it('can get GitHub Actions env info on push event', function() {
10+
delete process.env.GITHUB_HEAD_REF
1011
process.env.GITHUB_REF = 'refs/heads/master'
1112
process.env.GITHUB_REPOSITORY = 'codecov/codecov-repo'
1213
process.env.GITHUB_RUN_ID = '257701960'

0 commit comments

Comments
 (0)