ci: run external e2e in main ci

This commit is contained in:
yyh
2026-07-09 22:32:52 +08:00
parent eb74946b25
commit 97073fcc1e

View File

@ -99,6 +99,7 @@ jobs:
- '.nvmrc'
- 'docker/docker-compose.middleware.yaml'
- 'docker/envs/middleware.env.example'
- '.github/workflows/main-ci.yml'
- '.github/workflows/web-e2e.yml'
- '.github/actions/setup-web/**'
vdb:
@ -326,6 +327,8 @@ jobs:
- check-changes
if: needs.pre_job.outputs.should_skip != 'true' && needs.check-changes.outputs.e2e-changed == 'true'
uses: ./.github/workflows/web-e2e.yml
with:
run-external-runtime: true
secrets: inherit
web-e2e-skip: