We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6b5af commit 2389289Copy full SHA for 2389289
.github/workflows/build-validation.yml
@@ -156,8 +156,8 @@ jobs:
156
- name: Archive test report
157
uses: actions/upload-artifact@v4
158
with:
159
- name: Integration test report
160
- path: client/build/reports/tests/endToEndTest
+ name: E2E test report
+ path: endtoendtests/build/reports/tests/endToEndTest
161
162
functions-sample-tests:
163
@@ -195,5 +195,5 @@ jobs:
195
196
197
198
199
+ name: Functions Sample test report
+ path: samples-azure-functions/build/reports/tests/sampleTest
0 commit comments