Skip to content

Commit

Permalink
Run android integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Feb 5, 2024
1 parent e764dd4 commit 3b3f456
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,19 @@ jobs:
if: success() || failure()
with:
sarif_file: build/reports/detekt/detekt.sarif

androidIntegrationTest:
runs-on: ubuntu-latest
needs:
- build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 21
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- name: Run Android integration tests
run: ./gradlew :kotlinx-uuid-core:allDevicesCheck

0 comments on commit 3b3f456

Please sign in to comment.