Removes selinux config for systemd service file due to equivalency rule #62
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |