mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Check test
This commit is contained in:
parent
9ead172225
commit
2e6671cf86
1 changed files with 6 additions and 2 deletions
8
.github/workflows/test-action.yml
vendored
8
.github/workflows/test-action.yml
vendored
|
@ -277,10 +277,14 @@ jobs:
|
|||
- name: Run Full Tests
|
||||
id: run-full-tests
|
||||
if: ${{ fromJSON(inputs.testrun)['type'] == 'full' }}
|
||||
#run: |
|
||||
# docker exec ${{ github.run_id}}_salt-test \
|
||||
# python3 -m nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} -- \
|
||||
# --slow-tests --core-tests --test-group-count=${{ matrix.test-group-count || 1 }} --test-group=${{ matrix.test-group || 1 }}
|
||||
run: |
|
||||
docker exec ${{ github.run_id}}_salt-test \
|
||||
python3 -m nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} -- \
|
||||
--slow-tests --core-tests --test-group-count=${{ matrix.test-group-count || 1 }} --test-group=${{ matrix.test-group || 1 }}
|
||||
python3 -m nox --force-color -e ${{ inputs.nox-session }} -- --slow-tests --core-tests \
|
||||
tests/pytests/integration/states/test_ansiblegate.py::test_ansible_playbook
|
||||
|
||||
- name: Stop Container
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue