Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 29, 2024
1 parent 85c8d0c commit 59cba26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade tox
- name: Run tests
run: tox -e local-vault
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

# - name: Run tests
# run: tox -e local-vault

0 comments on commit 59cba26

Please sign in to comment.