Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Oct 18, 2024
1 parent b67cd49 commit 21cb485
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ runs:
echo "::endgroup::"
shell: bash

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run tests
run: |
set -ex
Expand All @@ -100,8 +103,8 @@ runs:
fi
}

run_tests 2
run_tests 3
run_tests 2 "${{inputs.event-loop}}"
run_tests 3 "${{inputs.event-loop}}"
shell: bash

- name: Debug
Expand Down

0 comments on commit 21cb485

Please sign in to comment.