Bump centos/centos from b1f6889
to e7f228f
in /tests/docker/centos8
#204
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@b1b7bdb32125ccb05afa36909954a75b9f2ab431 | |
strategy: | |
matrix: | |
os_version: | |
- 7 | |
- 8 | |
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 }} |