mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -20,4 +20,4 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build with 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