Skip to content

Commit

Permalink
tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 16, 2024
1 parent a971138 commit 08178c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/actions/yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ runs:
node-version: '22.11.0' # jod
# cache: 'yarn'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

# id: nextjs-cypress-cache
# with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true


- uses: actions/checkout@v4

- uses: ./.github/actions/yarn
Expand Down

0 comments on commit 08178c2

Please sign in to comment.