We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0fa09 commit a011df3Copy full SHA for a011df3
.github/workflows/node.js.yml
@@ -71,8 +71,8 @@ jobs:
71
CONFIGS:
72
- config: jtr-git.yml
73
name: jQuery git
74
- - config: jtr-stable.yml
75
- name: jQuery stable
+ # - config: jtr-stable.yml
+ # name: jQuery stable
76
steps:
77
- name: Checkout
78
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -96,8 +96,11 @@ jobs:
96
- name: Build
97
run: npm run build
98
99
- - name: Test
100
- run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
+ - name: Debug with SSH
+ uses: mxschmitt/action-tmate@v3
101
+
102
+ # - name: Test
103
+ # run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
104
105
safari:
106
runs-on: macos-latest
0 commit comments