Skip to content

Commit 6252d22

Browse files
committed
Upload slow test artifacts upon failure.
1 parent 2e611b7 commit 6252d22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/slow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ jobs:
5454
run: ./csharp/build.sh
5555
- name: Run property tests
5656
run: ./gradlew propertyTest
57+
- name: Upload test results
58+
uses: actions/upload-artifact@v3
59+
if: success() || failure()
60+
with:
61+
name: property-tests
62+
path: sbe-tool/build/reports/tests/propertyTest

0 commit comments

Comments
 (0)