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 Nov 13, 2023
1 parent 0314513 commit 306d35f
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 306d35f

Please sign in to comment.