mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add groups for windows and mac
This commit is contained in:
parent
90e6d25762
commit
fb585ecb2c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/test-action.yml
vendored
6
.github/workflows/test-action.yml
vendored
|
@ -592,7 +592,8 @@ jobs:
|
|||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
run: |
|
||||
sudo -E nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} -- \
|
||||
--slow-tests --core-tests -k "mac or darwin"
|
||||
--slow-tests --core-tests -k "mac or darwin" --test-group-count=${{ matrix.test-group-count || 1 }} --test-group=${{ matrix.test-group || 1 }}
|
||||
|
||||
|
||||
- name: Fix file ownership
|
||||
run: |
|
||||
|
@ -873,7 +874,8 @@ jobs:
|
|||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
run: >
|
||||
nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} --
|
||||
--slow-tests --core-tests -k "win"
|
||||
--slow-tests --core-tests -k "win" --test-group-count=${{ matrix.test-group-count || 1 }} --test-group=${{ matrix.test-group || 1 }}
|
||||
|
||||
|
||||
- name: Combine Coverage Reports
|
||||
if: always() && inputs.skip-code-coverage == false
|
||||
|
|
Loading…
Add table
Reference in a new issue