Skip to content

Commit

Permalink
fix: pass env to action cli step
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent 1adc4bc commit 39289b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-performance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,10 @@ jobs:
command: run performance/get-all-movies-then-get-one.yml -e ${{ inputs.TEST_TYPE }}-${{ inputs.ENVIRONMENT }} --record --tags test_name:get-all-movies-then-get-one,${{ env.TAGS }}
env:
SERVICE_URL: ${{ inputs.SERVICE_URL }}
ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
VERSION: ${{ inputs.VERSION }}
TEST_TYPE: ${{ inputs.TEST_TYPE }}
CI: true
CALLER: ${{ github.actor }}
DD_API_KEY: ${{ secrets.DD_API_KEY }}
ARTILLERY_CLOUD_API_KEY: ${{ secrets.ARTILLERY_CLOUD_API_KEY }}

0 comments on commit 39289b5

Please sign in to comment.