Skip to content

Bump plus3it/actions-workflows from 1.5.0 to 1.6.1 #35

Bump plus3it/actions-workflows from 1.5.0 to 1.6.1

Bump plus3it/actions-workflows from 1.5.0 to 1.6.1 #35

Workflow file for this run

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@9007628375ab63a531541d305dc61375ef0c8215
strategy:
matrix:
os_version:
- 8
- 9
salt_state:
- nessus-agent
salt_pillar_root:
- ./tests/pillar/test-nessus-agent
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@9007628375ab63a531541d305dc61375ef0c8215
strategy:
matrix:
os_version:
- windows-2019
- windows-2022
salt_state:
- nessus-agent
salt_pillar_root:
- ./tests/pillar/test-nessus-agent
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}