Skip to content

Commit

Permalink
switch debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed May 29, 2024
1 parent 9c6b086 commit 3e268f8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ jobs:
- name: Install requirements
run: |
make init
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

- name: Run tests
run: |
molecule converge --scenario-name "${{ matrix.scenario }}"
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

0 comments on commit 3e268f8

Please sign in to comment.