Revert "fix(ci): 修复 CI/CD 工作流问题"

This reverts commit 1df53323d0.
This commit is contained in:
Ubuntu
2026-05-21 19:52:44 +08:00
parent 7cd99876d7
commit 179a3d31f4
4 changed files with 65 additions and 61 deletions
+6 -5
View File
@@ -2,10 +2,11 @@ name: CI
on:
push:
branches: [main]
branches:
- main
pull_request:
branches: [main]
workflow_call: # 允许 Release 工作流复用此 CI
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -66,8 +67,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests with coverage
run: npm run test:coverage
- name: Run tests
run: npm run test
build:
name: Build (${{ matrix.browser }})