Add call to Windows run steps
This commit is contained in:
parent
93d761b13b
commit
599d819dc9
1 changed files with 6 additions and 6 deletions
6
.github/workflows/bld.yml
vendored
6
.github/workflows/bld.yml
vendored
|
@ -73,10 +73,10 @@ jobs:
|
|||
java-version: "17"
|
||||
|
||||
- name: Download dependencies
|
||||
script: bld.bat download
|
||||
run: call bld.bat download
|
||||
|
||||
- name: Compile source
|
||||
script: bld.bat compile
|
||||
run: call bld.bat compile
|
||||
|
||||
- name: Run tests
|
||||
script: bld.bat jacoco
|
||||
run: call bld.bat jacoco
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue