Skip to content

Commit

Permalink
chore: add missing env on integration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 12, 2024
1 parent 28fea29 commit 611ca56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
env:
HOST_URL: https://ccv.cardanoapi.io
CI: ture
KUBER_API_URL: ${{vars.KUBER_API_URL}}
KUBER_API_KEY: ${{secrets.KUBER_API_KEY}}
TEST_WORKERS: ${{vars.TEST_WORKERS}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 611ca56

Please sign in to comment.