Skip to content

Commit

Permalink
fix: Remove unused step in test GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentKobz committed Jun 4, 2024
1 parent d4f9e30 commit 31a24a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,3 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: adb uninstall com.enioka.scanner.sdk.mock.test; adb uninstall com.enioka.scanner.service; ./gradlew connectedCheck --stacktrace

- name: Upload stacktrace
if: always()
uses: actions/upload-artifact@v2
with:
name: stacktrace
path: /home/runner/work/enioka_scan/enioka_scan/enioka_scan/build/reports/androidTests/connected/debug/

0 comments on commit 31a24a9

Please sign in to comment.