Skip to content

Commit

Permalink
ci: enable patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Feb 29, 2024
1 parent 5b74d50 commit 48ba24b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
env:
ANSIBLE_STRATEGY: serverscom.mitogen.mitogen_linear

# - name: Run bug-specific tests
# run: poetry run ansible-playbook -i inventory.yaml test3.yaml
# working-directory: integration_tests
# env:
# ANSIBLE_STRATEGY: serverscom.mitogen.mitogen_linear
- name: Run bug-specific tests
run: poetry run ansible-playbook -i inventory.yaml test3.yaml
working-directory: integration_tests
env:
ANSIBLE_STRATEGY: serverscom.mitogen.mitogen_linear

- name: Publish on Galaxy
if: ${{ endsWith(github.ref, steps.version.outputs.version) }}
Expand Down

0 comments on commit 48ba24b

Please sign in to comment.