Skip to content

Commit

Permalink
ci: set TEST_KEY_FILE_LOCATION for action
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Jun 17, 2023
1 parent da588c9 commit 3d1b256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
TEST_ENV_URL: ${{ secrets.TEST_ENV_URL }}
TEST_INDEX_HTML_URL: ${{ secrets.TEST_INDEX_HTML_URL }}
TEST_SENTRY_DSN: ${{ secrets.TEST_SENTRY_DSN }}
TEST_KEY_FILE_LOCATION: ${{ secrets.TEST_KEY_FILE_LOCATION }}
run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage to Codecov
Expand Down

0 comments on commit 3d1b256

Please sign in to comment.