mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-26 10:31:17 +00:00
Fix v5 integration update test defaults
This commit is contained in:
parent
80dfd43f8c
commit
0b836aa3af
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