There was an error while loading. Please reload this page.
1 parent deb7c8e commit 69cf56cCopy full SHA for 69cf56c
1 file changed
.github/workflows/test.yml
@@ -37,11 +37,13 @@ jobs:
37
run: pnpm install --frozen-lockfile
38
39
- name: Build project and upload bundle
40
+ if: ${{ !cancelled() && matrix.node-version == 24 }}
41
env:
42
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
43
run: pnpm run build
44
45
- name: Linter test
46
47
run: pnpm lint
48
49
- name: Unit test and save results
0 commit comments