mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 05:39:10 +00:00
update PR workflow to run tests
skip tests known to fail because of unfixed bugs avoids wasting time on the native build
This commit is contained in:
parent
4255dc2ce8
commit
6e520bf84c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test-auto.yml
vendored
2
.github/workflows/build-test-auto.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew -Pandroid.injected.build.abi=arm64-v8a assembleDebug
|
||||
run: ./gradlew testRunTestsUnitTest
|
||||
|
||||
- name: Archive reports for failed job
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue