Add tests/** + playwright.config.ts to stage CI paths filter
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m52s
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m52s
This commit is contained in:
@@ -2,7 +2,7 @@ name: Stage — Build, push & deploy to marketing-stage
|
|||||||
|
|
||||||
# Pipeline: build → push → deploy marketing-stage → smoke test.
|
# Pipeline: build → push → deploy marketing-stage → smoke test.
|
||||||
# STOPS HERE. No prod deploy. Merge to main when stage looks good.
|
# STOPS HERE. No prod deploy. Merge to main when stage looks good.
|
||||||
# Triggered: 2026-05-05 (promote fix/gallery-layout-account-otp)
|
# Triggered: 2026-05-11 (add tests/** to paths filter)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -11,6 +11,9 @@ on:
|
|||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'dist/**'
|
- 'dist/**'
|
||||||
- 'runtime/**'
|
- 'runtime/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'playwright.config.ts'
|
||||||
|
- 'package.json'
|
||||||
- 'Dockerfile.stage'
|
- 'Dockerfile.stage'
|
||||||
- 'Dockerfile.soul-demo'
|
- 'Dockerfile.soul-demo'
|
||||||
- 'build-stage.sh'
|
- 'build-stage.sh'
|
||||||
|
|||||||
Reference in New Issue
Block a user