Skip to content

Commit 75c1ba3

Browse files
authored
Add files via upload
Missing 'input'
1 parent 6bbde90 commit 75c1ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/perf-test-with-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Performance tests
1+
name: Performance tests (E2E)
22

33
on:
44
push:
@@ -82,7 +82,7 @@ jobs:
8282
- name: Run file import for new file
8383
run: |
8484
mkdir -p import-output
85-
import_output_dir=import-output
85+
import_output_dir=import-output
8686
echo "Placeholder step for file import"
8787
8888
- name: Run Consent Journey for imported records (2K records)
@@ -95,7 +95,7 @@ jobs:
9595
-e -o $consent_output_dir/consent-report \
9696
-JURN=${{inputs.urn}} \
9797
-JAuthToken=${{secrets.HTTP_AUTH_TOKEN_FOR_TESTS}} \
98-
-JInputFile=${{input_file}}
98+
-JInputFile=${{inputs.input_file}}
9999
100100
- name: Run nurse journey JMeter test
101101
run: |

0 commit comments

Comments
 (0)