mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-26 10:31:17 +00:00
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
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:
parent
6db0a6edb8
commit
b1a2f2aba3
1 changed files with 3 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue