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

Commit

Permalink
Fix other test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Sep 16, 2020
1 parent 02c9014 commit 3bc49d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/services/github_actions.test.js
Expand Up @@ -7,6 +7,7 @@ describe('GitHub Actions CI Provider', function() {
})

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

0 comments on commit 3bc49d4

Please sign in to comment.