Skip to content

Commit 10f044b

Browse files
committed
upload test reports
1 parent 479a713 commit 10f044b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,9 @@ jobs:
216216

217217
- name: Test
218218
run: ./gradlew ${{ matrix.module }}:smokeTest
219+
220+
- name: Upload smoke test reports
221+
uses: actions/upload-artifact@v4
222+
if: failure()
223+
with:
224+
path: '**/build/reports/tests/smokeTest/**/*'

0 commit comments

Comments
 (0)