Skip to content

gha config files

gha config files #17

Workflow file for this run

# run already
name: Run salt tests
on:
pull_request:
concurrency:
group: test-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
linux:
uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@93a9326e07945e5441d0fadef735563290edd729
strategy:
matrix:
os_version:
- 7
- 8
salt_state:
- scap.scan
salt_pillar_root:
- ./tests/pillar/test-oscap
- ./tests/pillar/test-scc
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}
windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@c9c3d1193bd64bc2a9def11605608a98a3164d96
strategy:
matrix:
os_version:
- windows-2019
- windows-2022
salt_state:
- scap.scan
salt_pillar_root:
- ./tests/pillar/test-scc
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}
salt-installer-url: https://repo.saltproject.io/windows/Salt-Minion-3004.2-1-Py3-AMD64-Setup.exe