ci: update ci.yml
This commit is contained in:
parent
c8f57c867d
commit
6858e631c4
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -42,20 +42,20 @@ jobs:
|
|||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: pnpm run typecheck
|
run: pnpm run typecheck
|
||||||
|
|
||||||
test:
|
# test:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
- uses: pnpm/action-setup@v2
|
# - uses: pnpm/action-setup@v2
|
||||||
- uses: actions/setup-node@v3
|
# - uses: actions/setup-node@v3
|
||||||
with:
|
# with:
|
||||||
node-version: 18.x
|
# node-version: 18.x
|
||||||
cache: pnpm
|
# cache: pnpm
|
||||||
|
|
||||||
- name: Install
|
# - name: Install
|
||||||
run: pnpm install
|
# run: pnpm install
|
||||||
|
|
||||||
- run: pnpm test
|
# - run: pnpm test
|
||||||
|
|
||||||
# test-e2e:
|
# test-e2e:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user