File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ jobs:
9595 if : inputs.runDataPrep == true
9696 run : |
9797 mkdir -p generate-cohort-output
98- generate-cohort-output_dir =generate-cohort-output
98+ generate_cohort_output_dir =generate-cohort-output
9999 jmeter/bin/jmeter -n -t performance-tests/E2E/generate-cohort.jmx \
100- -l $generate-cohort-output_dir /samples.jtl \
101- -j $generate-cohort-outputt_dir /jmeter.log \
102- -e -o $generate-cohort-output_dir /upload-report \
100+ -l $generate_cohort_output_dir /samples.jtl \
101+ -j $generate_cohort_output_dir /jmeter.log \
102+ -e -o $generate_cohort_output_dir /upload-report \
103103 -JAuthToken=${{secrets.HTTP_AUTH_TOKEN_FOR_TESTS}} \
104104 -JURN=${{inputs.URN}} \
105105 -JRowCount=${{inputs.row_count}}
You can’t perform that action at this time.
0 commit comments