Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Apr 6, 2024
1 parent 4b302a6 commit e2c235f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # [email protected]

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Setup inventree
run: |
cd /home/inventree${{ matrix.inventree-tag == 'latest' && '/src/backend' || '' }}
Expand Down

0 comments on commit e2c235f

Please sign in to comment.