ci: fix again
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -35,9 +35,15 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2.0.1
|
||||
with:
|
||||
version: 6.0.2
|
||||
run_install: true
|
||||
run_install: false
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pnpm i --no-optional
|
||||
- name: Build project
|
||||
run: |
|
||||
npm run bundle
|
||||
- name: Test Bundle Server
|
||||
run: |
|
||||
bash scripts/workflow/test-server.sh
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -39,7 +39,10 @@ jobs:
|
||||
version: 6.0.2
|
||||
run_install: true
|
||||
- name: Test
|
||||
uses: ./.github/workflows/test.yml
|
||||
run: |
|
||||
npm run lint
|
||||
npm run test
|
||||
npm run test:e2e
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user