Skip to content

Commit 9657378

Browse files
committed
ci: move jsr test to fast group
1 parent d39dee2 commit 9657378

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

.github/workflows/test.yml

+3-24
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
run: npm run test:it
7474
timeout-minutes: 1
7575

76+
- name: JSR dry-run
77+
run: npm run test:jsr
78+
7679
test:
7780
needs: build
7881
runs-on: ubuntu-latest
@@ -168,30 +171,6 @@ jobs:
168171
env:
169172
FORCE_COLOR: 3
170173

171-
smoke-jsr:
172-
needs: build
173-
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-
with:
184-
node-version: 22.x
185-
cache: 'npm'
186-
187-
- uses: actions/download-artifact@v4
188-
with:
189-
name: build
190-
- run: npm ci
191-
192-
- name: JSR dry-run
193-
run: npm run test:jsr
194-
195174
smoke-node:
196175
runs-on: ubuntu-latest
197176
needs: build

0 commit comments

Comments
 (0)