Merge pull request 'dev → stage: CI paths + comprehensive checkout tests' (#78) from dev into stage
Stage — Build, push & deploy to marketing-stage / deploy-stage (push) Failing after 20m10s

This commit was merged in pull request #78.
This commit is contained in:
2026-05-11 06:21:21 +00:00
+4 -1
View File
@@ -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'