Skip to content

Commit a011df3

Browse files
committed
fixup! debug with ssh
1 parent ea0fa09 commit a011df3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
CONFIGS:
7272
- config: jtr-git.yml
7373
name: jQuery git
74-
- config: jtr-stable.yml
75-
name: jQuery stable
74+
# - config: jtr-stable.yml
75+
# name: jQuery stable
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -96,8 +96,11 @@ jobs:
9696
- name: Build
9797
run: npm run build
9898

99-
- name: Test
100-
run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
99+
- name: Debug with SSH
100+
uses: mxschmitt/action-tmate@v3
101+
102+
# - name: Test
103+
# run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
101104

102105
safari:
103106
runs-on: macos-latest

0 commit comments

Comments
 (0)