Skip to content

Commit

Permalink
Add tmate session to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 1, 2024
1 parent b5afe32 commit 80a8a58
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 @@ -65,6 +65,9 @@ jobs:
- name: Create search_api_mapping.json
run: cp datagateway_api/search_api_mapping.json.example datagateway_api/search_api_mapping.json

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

# Run Unit tests
- name: Run Nox unit tests session
run: nox -p ${{ matrix.python-version }} -s unit_tests -- --cov=datagateway_api --cov-report=xml
Expand Down

0 comments on commit 80a8a58

Please sign in to comment.