Skip to content

Commit

Permalink
Add debugger to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jun 8, 2024
1 parent 10e8a45 commit 6260ad3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
sudo make import TARGET=microk8s PREFIX=test- REPOSITORY=ghcr.io/canonical/ \
-o $(find .make_cache -name "*.tag")
sg microk8s -c "make tests"
# sg microk8s -c "make tests"
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run tests (Jupyter)
run: |
Expand Down

0 comments on commit 6260ad3

Please sign in to comment.