Change run to script in Windows job

This commit is contained in:
Erik C. Thauvin 2025-03-22 00:24:22 -07:00
parent 1f5903c5e9
commit 93d761b13b
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -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