Skip to content

Commit 2389289

Browse files
committed
updated test report paths
1 parent 8b6b5af commit 2389289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ jobs:
156156
- name: Archive test report
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: Integration test report
160-
path: client/build/reports/tests/endToEndTest
159+
name: E2E test report
160+
path: endtoendtests/build/reports/tests/endToEndTest
161161

162162
functions-sample-tests:
163163

@@ -195,5 +195,5 @@ jobs:
195195
- name: Archive test report
196196
uses: actions/upload-artifact@v4
197197
with:
198-
name: Integration test report
199-
path: client/build/reports/tests/endToEndTest
198+
name: Functions Sample test report
199+
path: samples-azure-functions/build/reports/tests/sampleTest

0 commit comments

Comments
 (0)