Skip to content

Commit 87f482e

Browse files
committed
upload test reports
1 parent 479a713 commit 87f482e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,10 @@ 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+
name: smoke-test-reports-${{ github.job }}
225+
path: '**/build/reports/tests/smokeTest'

0 commit comments

Comments
 (0)