Skip to content

Commit 3343855

Browse files
authored
Update perf-test-with-data.yml
Reduce upload artifact from error to warn, to allow the valid outcome of 'no files found'
1 parent 696b7e2 commit 3343855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ jobs:
118118
with:
119119
name: jmeter-consent-journey-output-${{ env.timestamp }}
120120
path: consent-output
121-
if-no-files-found: error
121+
if-no-files-found: warn
122122

123123
- name: Upload nurse journey JMeter output
124124
uses: actions/upload-artifact@v4
125125
with:
126126
name: jmeter-nurse-journey-output-${{ env.timestamp }}
127127
path: nurse-output
128-
if-no-files-found: error
128+
if-no-files-found: warn

0 commit comments

Comments
 (0)