Skip to content

Commit 01abcc6

Browse files
committed
Construct test-matrix for Windows envs
1 parent 0c1e921 commit 01abcc6

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run test jobs
1+
name: Run salt tests
22
on:
33
pull_request:
44

@@ -7,5 +7,19 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
test:
11-
uses: plus3it/actions-workflows/.github/workflows/test.yml@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
10+
windows:
11+
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@4fc4c282b54628725e2fdccb5f0d348544ce2eac
12+
strategy:
13+
matrix:
14+
os_version:
15+
- windows-2019
16+
- windows-2022
17+
- windows-2025
18+
salt_state:
19+
- notepad-plusplus
20+
salt_pillar_root:
21+
- ./tests/pillar/test-main
22+
with:
23+
salt-os-version: ${{ matrix.os_version }}
24+
salt-state: ${{ matrix.salt_state }}
25+
salt-pillar-root: ${{ matrix.salt_pillar_root }}

0 commit comments

Comments
 (0)