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 3b3f456 commit f0859e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
gradle-home-cache-cleanup: true
- name: Build with Gradle
run: ./gradlew build :kotlinx-uuid-core:allDevicesCheck
run: ./gradlew build
- name: Upload SARIF to Github using the upload-sarif action
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
Expand Down

0 comments on commit f0859e5

Please sign in to comment.