=test_update_homework_tests_and_work_log
Some checks failed
CI / build-deploy (push) Has been cancelled

This commit is contained in:
SpecialX
2026-03-19 13:16:49 +08:00
parent eb08c0ab68
commit 99f116cb64
70 changed files with 7470 additions and 20220 deletions

View File

@@ -65,6 +65,15 @@ jobs:
- name: Typecheck
run: npm run typecheck
- name: Install Playwright Chromium
run: npx playwright install chromium
- name: Integration tests
run: npm run test:integration
- name: E2E full regression tests
run: npm run test:e2e
# 2. 增加 Next.js 构建缓存
- name: Cache Next.js build
uses: actions/cache@v3