ci: remove build from all jobs, run build standalone
This commit is contained in:
3
.github/workflows/the.yml
vendored
3
.github/workflows/the.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
script-name: [coverage, lint, typecheck]
|
script-name: [coverage, lint, typecheck, build]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.script-name }}
|
name: ${{ matrix.script-name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -28,5 +28,4 @@ jobs:
|
|||||||
node-version: "lts/*"
|
node-version: "lts/*"
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm run build
|
|
||||||
- run: pnpm run ${{ matrix.script-name }}
|
- run: pnpm run ${{ matrix.script-name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user