Skip to content

Corrects argument from content to contents so state actually does its job #63

Corrects argument from content to contents so state actually does its job

Corrects argument from content to contents so state actually does its job #63

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@00bdf2c02c2bb252dc7ba7f74816ac8359aa6693
strategy:
matrix:
os_version:
- 8
- 9
salt_state:
- forescout-secure-connector
salt_pillar_root:
- ./tests/pillar/test-forescout-secure-connector
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}