Skip to content

Commit

Permalink
Merge pull request #58 from chatwork/fix_dd_check
Browse files Browse the repository at this point in the history
Add env in actions for datadog-test
  • Loading branch information
cw-sakamoto authored Jun 19, 2024
2 parents 9810517 + 0a596ca commit 2c06b11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
# In near future, we might want to run this
# only when triggered manually or on a schedule.
- name: Run E2E tests
env:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
run: make e2e
golangci:
name: lint
Expand Down

0 comments on commit 2c06b11

Please sign in to comment.