let's separate Android from not Android
This commit is contained in:
parent
37bd841e92
commit
28e671622a
|
@ -56,16 +56,15 @@ jobs:
|
||||||
path: ./java_console/build/*.txt
|
path: ./java_console/build/*.txt
|
||||||
|
|
||||||
- name: Configuration Definition CI, without pushing new .jar
|
- name: Configuration Definition CI, without pushing new .jar
|
||||||
working-directory: ./android
|
working-directory: ./java_tools
|
||||||
run: ./gradlew :config_definition:shadowJar
|
run: ./gradlew :config_definition:shadowJar
|
||||||
|
|
||||||
- name: Test everything gradle while we are here
|
- name: Test everything java_tools gradle while we are here
|
||||||
# it's a bit of a mess but well
|
working-directory: ./java_tools
|
||||||
working-directory: ./android
|
|
||||||
run: ./gradlew test
|
run: ./gradlew test
|
||||||
|
|
||||||
- name: Configuration Definition and other tools CI, without pushing new .jars
|
- name: Configuration Definition and other tools CI, without pushing new .jars
|
||||||
working-directory: ./android
|
working-directory: ./java_tools
|
||||||
run: ./gradlew shadowJar
|
run: ./gradlew shadowJar
|
||||||
|
|
||||||
# this job focuses of tool validation so we do not push fresh enums here
|
# this job focuses of tool validation so we do not push fresh enums here
|
||||||
|
|
Loading…
Reference in New Issue