We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39dee2 commit 9657378Copy full SHA for 9657378
.github/workflows/test.yml
@@ -73,6 +73,9 @@ jobs:
73
run: npm run test:it
74
timeout-minutes: 1
75
76
+ - name: JSR dry-run
77
+ run: npm run test:jsr
78
+
79
test:
80
needs: build
81
runs-on: ubuntu-latest
@@ -168,30 +171,6 @@ jobs:
168
171
env:
169
172
FORCE_COLOR: 3
170
173
- smoke-jsr:
- needs: build
- runs-on: ubuntu-latest
174
- env:
175
- FORCE_COLOR: 3
176
- steps:
177
- - uses: actions/checkout@v4
178
- with:
179
- persist-credentials: false
180
-
181
- - name: Use Node.js 22.x
182
- uses: actions/setup-node@v4
183
184
- node-version: 22.x
185
- cache: 'npm'
186
187
- - uses: actions/download-artifact@v4
188
189
- name: build
190
- - run: npm ci
191
192
- - name: JSR dry-run
193
- run: npm run test:jsr
194
195
smoke-node:
196
197
0 commit comments