Skip to content

Bump plus3it/actions-workflows from 1.3.2 to 1.4.0 #24

Bump plus3it/actions-workflows from 1.3.2 to 1.4.0

Bump plus3it/actions-workflows from 1.3.2 to 1.4.0 #24

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:
windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@c9c3d1193bd64bc2a9def11605608a98a3164d96
strategy:
matrix:
os_version:
- windows-2019
- windows-2022
salt_state:
- ash-windows
salt_pillar_root:
- ./tests/pillar/test-windows-main
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}