Skip to content

Commit f931c7f

Browse files
committed
upload test reports
1 parent 479a713 commit f931c7f

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+
with:
223+
name: ${{ matrix.module }}:smokeTest
224+
path: '**/build/reports/tests/smokeTest'

0 commit comments

Comments
 (0)