Skip to content

Commit

Permalink
add tmate debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Jan 14, 2025
1 parent 3341ff6 commit 737f2bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
pwd
ls -al
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
Expand All @@ -69,13 +70,12 @@ jobs:
run: |
# checkm2 database --download
pytest tests/
# python -m unittest discover -s tests -p test_genome_loader.py
- name: tmate sesh
uses: mxschmitt/action-tmate@v3

- name: download artefacts
uses: actions/download-artifact@v4
- name: upload artefacts
uses: actions/upload-artifact@v4
with:
path: $GITHUB_WORKSPACE

Expand Down

0 comments on commit 737f2bb

Please sign in to comment.