Skip to content

Commit

Permalink
fix: added results back to gitignore; trying to ref properly.. (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Aug 22, 2024
1 parent 5a4df9f commit f5ef9d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 32 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ jobs:
uses: rbhadti94/[email protected]
with:
testFilePath: loadtests
outputReportsFolder: results
outputReportsFolder: loadtests/results
args: |
--loglevel INFO
--jmeterlogconf=log.conf
-JBEARER_TOKEN=${{inputs.bearer_token}}
-JDOPS_API_URL=${{inputs.dops_api_url}}
-JFRONTEND_API_URL=${{inputs.frontend_api_url}}
-JVEHICLES_API_URL=${{inputs.vehicles_api_url}}
-JRESULTS_DIR=results
-JRESULTS_DIR=loadtest/results
- uses: actions/[email protected]
with:
name: jmeter-test-results
path: results/
path: loadtests/results

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ test-report.xml
Chart.lock


#Load Test Results
*/test/load_tests/results/
#Loadtest Results
loadtests/results
27 changes: 0 additions & 27 deletions loadtests/results/test-1.csv

This file was deleted.

0 comments on commit f5ef9d6

Please sign in to comment.