Remove cruft

This commit is contained in:
Daniel A. Wozniak 2025-01-09 14:41:28 -07:00 committed by Daniel Wozniak
parent 277b24e4a1
commit 028dae8379

View file

@ -296,10 +296,6 @@ jobs:
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 }} -- --slow-tests --core-tests \
# tests/pytests/integration/states/test_ansiblegate.py::test_ansible_playbook
- name: Stop Container
run: |