Skip to content

Bump plus3it/actions-workflows from 1.6.1 to 1.6.2 #52

Bump plus3it/actions-workflows from 1.6.1 to 1.6.2

Bump plus3it/actions-workflows from 1.6.1 to 1.6.2 #52

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@00bdf2c02c2bb252dc7ba7f74816ac8359aa6693
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 }}