Skip to content

Commit

Permalink
Remove Android CI target for linux tests so it does not build test-an…
Browse files Browse the repository at this point in the history
…droid module
  • Loading branch information
05nelsonm committed Jun 9, 2023
1 parent fa85d63 commit de4eed1
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 @@ -58,7 +58,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.job == 'test'
run: >
./gradlew check --stacktrace
-PKMP_TARGETS="JVM,JS,ANDROID,ANDROID_ARM32,ANDROID_ARM64,ANDROID_X64,ANDROID_X86,LINUX_ARM32HFP,LINUX_ARM64,LINUX_MIPS32,LINUX_MIPSEL32,LINUX_X64,WASM,WASM_32"
-PKMP_TARGETS="JVM,JS,ANDROID_ARM32,ANDROID_ARM64,ANDROID_X64,ANDROID_X86,LINUX_ARM32HFP,LINUX_ARM64,LINUX_MIPS32,LINUX_MIPSEL32,LINUX_X64,WASM,WASM_32"
- name: Run Windows Tests
if: matrix.os == 'windows-latest' && matrix.job == 'test'
run: >
Expand Down

0 comments on commit de4eed1

Please sign in to comment.