Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/perf-test-with-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Performance tests
name: Performance tests (E2E)

on:
push:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run file import for new file
run: |
mkdir -p import-output
import_output_dir=import-output
import_output_dir=import-output
echo "Placeholder step for file import"

- name: Run Consent Journey for imported records (2K records)
Expand All @@ -95,7 +95,7 @@ jobs:
-e -o $consent_output_dir/consent-report \
-JURN=${{inputs.urn}} \
-JAuthToken=${{secrets.HTTP_AUTH_TOKEN_FOR_TESTS}} \
-JInputFile=${{input_file}}
-JInputFile=${{inputs.input_file}}

- name: Run nurse journey JMeter test
run: |
Expand Down
Loading