Skip to content

Commit

Permalink
tmate test
Browse files Browse the repository at this point in the history
  • Loading branch information
catbro666 committed Oct 14, 2024
1 parent afba66b commit 09ec65b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
name: Busted test runner ${{ matrix.runner }}
runs-on: ubuntu-22.04
needs: [metadata,build,schedule]
timeout-minutes: 600

strategy:
fail-fast: false
Expand Down Expand Up @@ -355,6 +356,10 @@ jobs:
test-file-runtime-file: ${{ env.TEST_FILE_RUNTIME_FILE }}
setup-venv-path: ${{ env.BUILD_ROOT }}

- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Upload error logs
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 09ec65b

Please sign in to comment.