Skip to content

Commit

Permalink
Update AndroidIntegrationTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 27, 2024
1 parent c724ea5 commit 557320a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/AndroidIntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ env:

jobs:
androidIntegrationTest:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- name: Enable KVM group perms
run: |
Expand All @@ -24,6 +27,8 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
- run: df
- uses: gradle/actions/setup-gradle@v4
- run: df
- name: Run Android integration tests
run: ./gradlew :kotlinx-uuid-core:allDevicesCheck -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect

0 comments on commit 557320a

Please sign in to comment.