Skip to content

Commit

Permalink
fix(ci): set TEST_URL env from action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Oct 6, 2022
1 parent b81bd8e commit 51e7c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: actions/checkout@v3
- uses: grafana/[email protected]
name: Run k6 local test
env:
TEST_URL: '${{ secrets.TEST_URL }}'
with:
filename: scripts/test.js
semantic-release:
Expand Down

0 comments on commit 51e7c5b

Please sign in to comment.