Skip to content

Commit

Permalink
adding var in performance
Browse files Browse the repository at this point in the history
  • Loading branch information
SMANUM committed Dec 20, 2023
1 parent 870653b commit 834512a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:

- name: Run k6 local test
uses: grafana/[email protected]
env:
MODEL_APPLICATION_BASE_URL: ${{ vars.MODEL_APPLICATION_BASE_URL }}
MODEL_APPLICATION_BASE_PATH: ${{ vars.MODEL_APPLICATION_BASE_PATH }}
MODEL_APPLICATION_KEY: ${{ secrets.MODEL_APPLICATION_KEY }}
with:
filename: perfomance_test/run_performance_tests.js

0 comments on commit 834512a

Please sign in to comment.