Skip to content

Commit 315321a

Browse files
committed
add windows ci
1 parent 05cbb5a commit 315321a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ jobs:
3939
path: allure-generator/test-data/demo2
4040
testcmd:
4141
name: "Test Allure Commandline"
42-
runs-on: ubuntu-latest
42+
runs-on: ${{ matrix.os }}
4343
needs: build
4444
strategy:
4545
fail-fast: false
4646
matrix:
47+
os: [ubuntu-latest, windows-latest]
4748
java-version: [ '8', '11', '17', '20' ]
4849
steps:
4950
- name: Set up JRE ${{ matrix.java-version }}

0 commit comments

Comments
 (0)