diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0566e3e..da8398e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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