Skip to content

Commit

Permalink
Upload test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 20, 2024
1 parent 6f044a4 commit 377756c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
- run: ./scripts/enforce_git_lfs.sh
- run: ./gradlew kotlinUpgradeYarnLock build -PredwoodNoApps -x dokkaHtml

- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-report
path: '**/build/reports/tests/**'
retention-days: 1

emulator-tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 377756c

Please sign in to comment.