Skip to content

Commit

Permalink
fix github action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
davissuber committed Sep 20, 2024
1 parent 7390cb6 commit ff28b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
- name: Run tests
run: ./gradlew test --stacktrace
- name: Run instrumentation tests
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.0
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.7
with:
cmd: ./gradlew connectedCheck --stacktrace
api: 21
api: 30
tag: default
abi: x86
- name: Full check
run: ./gradlew check --stacktrace
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Sample App
path: sample/build/outputs

0 comments on commit ff28b09

Please sign in to comment.