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 6bbde90 commit 75c1ba3Copy full SHA for 75c1ba3
.github/workflows/perf-test-with-data.yml
@@ -1,4 +1,4 @@
1
-name: Performance tests
+name: Performance tests (E2E)
2
3
on:
4
push:
@@ -82,7 +82,7 @@ jobs:
82
- name: Run file import for new file
83
run: |
84
mkdir -p import-output
85
- import_output_dir=import-output
+ import_output_dir=import-output
86
echo "Placeholder step for file import"
87
88
- name: Run Consent Journey for imported records (2K records)
@@ -95,7 +95,7 @@ jobs:
95
-e -o $consent_output_dir/consent-report \
96
-JURN=${{inputs.urn}} \
97
-JAuthToken=${{secrets.HTTP_AUTH_TOKEN_FOR_TESTS}} \
98
- -JInputFile=${{input_file}}
+ -JInputFile=${{inputs.input_file}}
99
100
- name: Run nurse journey JMeter test
101
0 commit comments