Fix v5 integration update test defaults
Some checks failed
Helm CI / Lint and Render Chart (push) Has been cancelled
Build and Test / Secret Scan (push) Waiting to run
Build and Test / Frontend & Backend (push) Waiting to run
Core E2E Tests / Playwright Core E2E (push) Waiting to run
Update Integration Tests / Update Flow Integration Tests (push) Waiting to run

This commit is contained in:
rcourtman 2026-04-14 20:24:58 +01:00
parent 6db0a6edb8
commit b1a2f2aba3

View file

@ -22,6 +22,9 @@ services:
environment:
- PORT=8080
- MOCK_BASE_URL=http://mock-github:8080
- MOCK_LATEST_VERSION=${MOCK_LATEST_VERSION:-v5.1.999}
- MOCK_PREVIOUS_VERSION=${MOCK_PREVIOUS_VERSION:-v5.1.998}
- MOCK_RC_VERSION=${MOCK_RC_VERSION:-v5.1.1000-rc.1}
# Control test scenarios via environment variables
- MOCK_CHECKSUM_ERROR=${MOCK_CHECKSUM_ERROR:-false}
- MOCK_NETWORK_ERROR=${MOCK_NETWORK_ERROR:-false}