Skip to content

Commit

Permalink
Flakey ep merge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitchett committed Jun 21, 2024
1 parent 9c2be2e commit 7a733b7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ee-ep-merge-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
workflow_call:

env:
COMPOSE_PROFILES: 'bip,bgs,platform'
VRO_DEV_SECRETS_FOLDER: "${{ github.workspace }}/.cache/abd-vro-dev-secrets"

jobs:
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:
./gradlew :domain-ee:ee-ep-merge-app:integrationTest
timeout-minutes: 15

- name: "Start svc-bip-api and mock-bip-claims-api"
- name: "Start svc-bip-api, svc-bgs-api, and mock-bip-claims-api and mock-bgs-api"
run: |
source scripts/setenv.sh
Expand All @@ -77,9 +76,9 @@ jobs:
export -p | sed 's/declare -x //'
./gradlew :dockerComposeUp
./gradlew -p mocks docker
./gradlew -p mocks :dockerComposeUp
COMPOSE_PROFILES="platform,bip,bgs" ./gradlew :dockerComposeUp
COMPOSE_PROFILES="bip,bgs" ./gradlew -p mocks docker
COMPOSE_PROFILES="bip,bgs" ./gradlew -p mocks :dockerComposeUp
- name: 'Wait for other containers to start'
run: sleep 60s
Expand Down

0 comments on commit 7a733b7

Please sign in to comment.