did we have tests disabled?!
This commit is contained in:
parent
284fea286b
commit
196d88d89c
|
@ -23,6 +23,11 @@ jobs:
|
||||||
working-directory: ./java_tools/configuration_definition
|
working-directory: ./java_tools/configuration_definition
|
||||||
run: ant antlr
|
run: ant antlr
|
||||||
|
|
||||||
|
- name: Test console
|
||||||
|
# at the moment 'jar' task does not depend on tests?! maybe because tests take some time?
|
||||||
|
working-directory: ./java_console
|
||||||
|
run: ant test
|
||||||
|
|
||||||
- name: Build console
|
- name: Build console
|
||||||
working-directory: ./java_console
|
working-directory: ./java_console
|
||||||
run: ant server_jar
|
run: ant server_jar
|
||||||
|
|
Loading…
Reference in New Issue