Skip to content

Commit

Permalink
ci: add ssh debugging for end2end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed May 19, 2024
1 parent d70fb79 commit 0956491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
# NOTE: dev/shm mount to prevent crashes during headless chrome
- run: |
docker build -f .ci/end2end_tests.Dockerfile . -t promnesia_end2end_tests
Expand All @@ -89,6 +91,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
# NOTE: dev/shm mount to prevent crashes during headless chrome
- run: |
docker build -f .ci/end2end_tests.Dockerfile . -t promnesia_end2end_tests
Expand Down

0 comments on commit 0956491

Please sign in to comment.