Skip to content

Commit

Permalink
fix: changed results dir (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Aug 16, 2024
1 parent feb59eb commit bef3f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
-JDOPS_API_URL=${{inputs.dops_api_url}}
-JFRONTEND_API_URL=${{inputs.frontend_api_url}}
-JVEHICLES_API_URL=${{inputs.vehicles_api_url}}
-JRESULTS_DIR=loadtests/results
-JRESULTS_DIR=results
- uses: actions/[email protected]
with:
name: jmeter-test-results
path: loadtests/results/
path: results/

0 comments on commit bef3f6d

Please sign in to comment.