Remove Android CICD testing, again

This commit is contained in:
Sean Owen 2024-01-30 19:17:20 -06:00
parent 58d87899fd
commit 42a6ca7f53

View file

@ -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