Skip to content

Commit e3edfb3

Browse files
authored
chore(build): add windows ci (via #2909)
1 parent 302daee commit e3edfb3

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)