Skip to content

Commit

Permalink
Uses reusable github action to run salt tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Jun 26, 2023
1 parent ceea1fc commit d3f0d13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 49 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

jobs:
test:
linux:
uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@b1b7bdb32125ccb05afa36909954a75b9f2ab431
strategy:
matrix:
Expand All @@ -22,3 +22,19 @@ jobs:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}

windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@84885d2116bdcaab046d6bf927127bb58cb74ae8
strategy:
matrix:
os_version:
- windows-2019
- windows-2022
salt_state:
- nessus-agent
salt_pillar_root:
- ./tests/pillar/test-nessus-agent
with:
salt-os-version: ${{ matrix.os_version }}
salt-state: ${{ matrix.salt_state }}
salt-pillar-root: ${{ matrix.salt_pillar_root }}
48 changes: 0 additions & 48 deletions appveyor.yml

This file was deleted.

0 comments on commit d3f0d13

Please sign in to comment.