Skip to content

Bump plus3it/tardigrade-ci from 0.24.7 to 0.25.2 #365

Bump plus3it/tardigrade-ci from 0.24.7 to 0.25.2

Bump plus3it/tardigrade-ci from 0.24.7 to 0.25.2 #365

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:
test:
uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@9007628375ab63a531541d305dc61375ef0c8215
strategy:
matrix:
os_version:
- 8
- 9
salt_state:
- ash-linux.iavm
- ash-linux.stig
- ash-linux.vendor
salt_pillar_root:
- ./tests/pillar/test-linux-main
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}