Skip to content

Commit

Permalink
Add timeout / ubuntu / lower SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Apr 12, 2024
1 parent 6667767 commit 529dfb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
timeout-minutes: 45
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -21,8 +21,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2.30.1
with:
arch: x86_64
api-level: 34
script: ./gradlew connectedCheck
api-level: 27
script: sleep 100; ./gradlew connectedCheck

- name: Archive
if: always()
Expand Down

0 comments on commit 529dfb9

Please sign in to comment.