Skip to content

Commit

Permalink
fix: Properly adding RESULTS_DIR as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Aug 23, 2024
1 parent 8755509 commit 35d137c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,37 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run All JMeter Tests In tests Folder
uses: rbhadti94/[email protected]
- uses: rbhadti94/[email protected]
with:
testFilePath: loadtests
testFilePath: loadtests/dops
outputReportsFolder: loadtests/results
args: |
--loglevel INFO
--jmeterlogconf=log.conf
-JBEARER_TOKEN=${{inputs.bearer_token}}
-JNUM_THREADS=${{inputs.num_threads}}
-JFRONTEND_API_URL=${{inputs.frontend_api_url}}
-JDOPS_API_URL=${{inputs.dops_api_url}}
-JVEHICLES_API_URL=${{inputs.vehicles_api_url}}
-JRESULTS_DIR=loadtests/results
- uses: rbhadti94/[email protected]
with:
testFilePath: loadtests/vehicles
outputReportsFolder: loadtests/results
args: |
--loglevel INFO
--jmeterlogconf=log.conf
-JBEARER_TOKEN=${{inputs.bearer_token}}
-JNUM_THREADS=${{inputs.num_threads}}
-JFRONTEND_API_URL=${{inputs.frontend_api_url}}
-JDOPS_API_URL=${{inputs.dops_api_url}}
-JVEHICLES_API_URL=${{inputs.vehicles_api_url}}
-JRESULTS_DIR=loadtests/results
- uses: rbhadti94/[email protected]
with:
testFilePath: loadtests/frontend
outputReportsFolder: loadtests/results
args: |
--loglevel INFO
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 35d137c

Please sign in to comment.