Skip to content

Commit

Permalink
Store test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Apr 10, 2024
1 parent ac051ad commit c966e71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,11 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew :app:connectedBasicDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.package=nl.eduvpn.app.service $SKIP_ICS_OPENVPN_BUILD

- name: Store test reports
uses: actions/upload-artifact@v3
with:
name: test-logs
path: /Users/runner/work/android/android/app/build/reports
retention-days: 7
if: failure()

0 comments on commit c966e71

Please sign in to comment.