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
|
||||
|
||||
- name: Configuration Definition CI, without pushing new .jar
|
||||
working-directory: ./android
|
||||
working-directory: ./java_tools
|
||||
run: ./gradlew :config_definition:shadowJar
|
||||
|
||||
- name: Test everything gradle while we are here
|
||||
# it's a bit of a mess but well
|
||||
working-directory: ./android
|
||||
- name: Test everything java_tools gradle while we are here
|
||||
working-directory: ./java_tools
|
||||
run: ./gradlew test
|
||||
|
||||
- name: Configuration Definition and other tools CI, without pushing new .jars
|
||||
working-directory: ./android
|
||||
working-directory: ./java_tools
|
||||
run: ./gradlew shadowJar
|
||||
|
||||
# this job focuses of tool validation so we do not push fresh enums here
|
||||
|
|
Loading…
Reference in New Issue