Skip to content

Commit

Permalink
fix test on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 15, 2019
1 parent a99e92e commit 044a97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cienv/cienv_test.go
Expand Up @@ -33,6 +33,7 @@ func setupEnvs() (cleanup func()) {
"TRAVIS_PULL_REQUEST_BRANCH",
"TRAVIS_PULL_REQUEST_SHA",
"TRAVIS_REPO_SLUG",
"GITHUB_ACTION",
}
saveEnvs := make(map[string]string)
for _, key := range cleanEnvs {
Expand Down

0 comments on commit 044a97f

Please sign in to comment.