mirror of
https://github.com/galacean/engine.git
synced 2026-05-31 07:42:01 +08:00
Improve ShaderLab compilation error log and package build (#2364)
* feat(shaderlab): [wip] optmize error log * feat(shaderlab): multi package * feat: add shaderlab verbose package * feat: update readme * fix: new scope when parse pass
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
- name: Install
|
||||
run: pnpm install
|
||||
- run: npm run build:editor
|
||||
- run: npm run build
|
||||
|
||||
codecov:
|
||||
runs-on: macos-latest
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
- name: Install
|
||||
run: pnpm install
|
||||
- name: Build
|
||||
run: npm run build:editor
|
||||
run: npm run build
|
||||
- name: Test
|
||||
run: npm run test-cov
|
||||
- name: Upload coverage to Codecov
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
- name: Run Cypress Tests
|
||||
uses: cypress-io/github-action@v5
|
||||
with:
|
||||
build: npm run build:editor
|
||||
build: npm run build
|
||||
start: npm run e2e:case
|
||||
wait-on: "http://localhost:5175"
|
||||
wait-on-timeout: 120
|
||||
|
||||
Reference in New Issue
Block a user