We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1e921 commit 01abcc6Copy full SHA for 01abcc6
1 file changed
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Run test jobs
+name: Run salt tests
2
on:
3
pull_request:
4
@@ -7,5 +7,19 @@ concurrency:
7
cancel-in-progress: true
8
9
jobs:
10
- test:
11
- uses: plus3it/actions-workflows/.github/workflows/test.yml@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
+ windows:
+ 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