Skip to content

Commit

Permalink
Upload slow test artifacts upon failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachBray committed May 1, 2024
1 parent 2e611b7 commit 6252d22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ jobs:
run: ./csharp/build.sh
- name: Run property tests
run: ./gradlew propertyTest
- name: Upload test results
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: property-tests
path: sbe-tool/build/reports/tests/propertyTest

0 comments on commit 6252d22

Please sign in to comment.