Change run to script in Windows job
This commit is contained in:
parent
1f5903c5e9
commit
93d761b13b
1 changed files with 6 additions and 8 deletions
8
.github/workflows/bld.yml
vendored
8
.github/workflows/bld.yml
vendored
|
@ -72,13 +72,11 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: "17"
|
||||
|
||||
- run: dir
|
||||
|
||||
- name: Download dependencies
|
||||
run: bld download
|
||||
script: bld.bat download
|
||||
|
||||
- name: Compile source
|
||||
run: bld compile
|
||||
script: bld.bat compile
|
||||
|
||||
- name: Run tests
|
||||
run: bld jacoco
|
||||
script: bld.bat jacoco
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue