Skip to content

Commit

Permalink
ci: set hiro_api_key in test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 5, 2025
1 parent f6544cf commit 6a1831f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ jobs:
run: npm ci

- name: Run tests
env:
HIRO_API_KEY: ${{ secrets.HIRO_KONG_API_KEY }}
run: npm run test
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
tool: cargo-llvm-cov,nextest

- name: Run unit test with coverage
env:
HIRO_API_KEY: ${{ secrets.HIRO_KONG_API_KEY }}
run: cargo cov

- name: Upload coverage data to codecov
Expand Down

0 comments on commit 6a1831f

Please sign in to comment.