Skip to content

Commit

Permalink
debug: enable gha ssh access for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
talmobi committed Aug 20, 2024
1 parent bc19fb0 commit 10bf461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/mac-nodejs.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
#- run: npm test
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
CI: true
24 changes: 0 additions & 24 deletions .github/workflows/windows-nodejs.yml

This file was deleted.

0 comments on commit 10bf461

Please sign in to comment.