We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d9e15 commit 96fe844Copy full SHA for 96fe844
2 files changed
.github/workflows/test.yml
@@ -9,3 +9,20 @@ concurrency:
9
jobs:
10
test:
11
uses: plus3it/actions-workflows/.github/workflows/test.yml@ddd67e99878a285f728de398c1116151c2d7791a
12
+
13
+ linux:
14
+ uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@ddd67e99878a285f728de398c1116151c2d7791a
15
+ strategy:
16
+ matrix:
17
+ os_version:
18
+ - 8
19
+ - 9
20
+ salt_state:
21
+ - flux-cli
22
+ salt_pillar_root:
23
+ - ./tests/pillar/test-linux-main
24
+ with:
25
+ salt-os-version: ${{ matrix.os_version }}
26
+ salt-state: ${{ matrix.salt_state }}
27
+ salt-pillar-root: ${{ matrix.salt_pillar_root }}
28
tests/requirements.txt
@@ -0,0 +1 @@
1
+salt-minion
0 commit comments