Skip to content

Commit

Permalink
Add tmate #467
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 21, 2023
1 parent b4cbcde commit 5a0456c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ jobs:
- name: Start API
run: timeout 10 python -m datagateway_api.src.main || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

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

test-job:
runs-on: ubuntu-22.04
name: Test Job
Expand Down

0 comments on commit 5a0456c

Please sign in to comment.