We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63578bf commit 5826a92Copy full SHA for 5826a92
.github/workflows/perf-test-with-data.yml
@@ -22,7 +22,7 @@ on:
22
required: true
23
type: string
24
input_file:
25
- description: "Required: Input file name used for all steps."
+ description: "Require: Input file name used for all steps."
26
27
28
duration:
@@ -91,8 +91,8 @@ jobs:
91
run: echo "timestamp=$(date '+%Y%m%d%H%M%S')" >> $GITHUB_ENV
92
93
- name: Run file import for new file
94
- run: |
95
if: inputs.runDataPrep == true
+ run: |
96
mkdir -p import-output
97
import_output_dir=import-output
98
jmeter/bin/jmeter -n -t performance-tests/E2E/upload-cohort-data.jmx \
0 commit comments