Cut down on Windows tests for now
This commit is contained in:
parent
0df46ab8ff
commit
1e4315d1b8
1 changed files with 4 additions and 4 deletions
|
|
@ -42,10 +42,10 @@ build_script:
|
||||||
|
|
||||||
call lein self-install
|
call lein self-install
|
||||||
|
|
||||||
- cmd: >-
|
#- cmd: >-
|
||||||
set BABASHKA_TEST_ENV=jvm
|
# set BABASHKA_TEST_ENV=jvm
|
||||||
|
|
||||||
call script/test.bat
|
# call script/test.bat
|
||||||
|
|
||||||
# see https://github.com/quarkusio/quarkus/pull/7663
|
# see https://github.com/quarkusio/quarkus/pull/7663
|
||||||
|
|
||||||
|
|
@ -74,7 +74,7 @@ build_script:
|
||||||
|
|
||||||
call script/test.bat
|
call script/test.bat
|
||||||
|
|
||||||
call script/run_lib_tests.bat
|
# call script/run_lib_tests.bat
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: babashka-*-windows-amd64.zip
|
- path: babashka-*-windows-amd64.zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue