mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Remove Android CICD testing, again
This commit is contained in:
parent
58d87899fd
commit
42a6ca7f53
4
.github/workflows/test_java_8.yml
vendored
4
.github/workflows/test_java_8.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test Java 8, Android
|
||||
name: Test Java 8
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -20,4 +20,4 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
run: mvn -nsu -B -Pjacoco install
|
||||
run: mvn -P\!build-android -nsu -B -Pjacoco install
|
||||
|
|
Loading…
Reference in a new issue