Skip to content

Commit

Permalink
ci: enable tmate for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Jul 1, 2024
1 parent c438afa commit e542a0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
component-test:
name: Component tests
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand All @@ -79,6 +79,10 @@ jobs:
key: ${{ env.cache-name }}-${{ env.cypress_version }}
- name: Cypress install
run: pnpm cypress install
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Cypress run
uses: cypress-io/github-action@v6
env:
Expand Down

0 comments on commit e542a0c

Please sign in to comment.