Set the shell cmd under Windows
This commit is contained in:
parent
599d819dc9
commit
48b92c33fd
1 changed files with 6 additions and 3 deletions
9
.github/workflows/bld.yml
vendored
9
.github/workflows/bld.yml
vendored
|
@ -73,10 +73,13 @@ jobs:
|
|||
java-version: "17"
|
||||
|
||||
- name: Download dependencies
|
||||
run: call bld.bat download
|
||||
run: bld.bat download
|
||||
shell: cmd
|
||||
|
||||
- name: Compile source
|
||||
run: call bld.bat compile
|
||||
run: bld.bat compile
|
||||
shell: cmd
|
||||
|
||||
- name: Run tests
|
||||
run: call bld.bat jacoco
|
||||
run: bld.bat jacoco
|
||||
shell: cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue