Skip to content

Commit

Permalink
feat(ci): debug by ssh support
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed May 11, 2024
1 parent d4c601d commit f14257e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: install packages
run: docker-compose build

- name: Setup debug by SSH if failure ci session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 5

- name: install packages
run: docker-compose build
Binary file added .yarn/install-state.gz
Binary file not shown.

0 comments on commit f14257e

Please sign in to comment.