Skip to content

Commit

Permalink
Use explicit profiles for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjtrifork committed Sep 13, 2023
1 parent 727721c commit bf2df38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#- name: docker network create cheetah-infrastructure
# run: docker network create cheetah-infrastructure
- name: Run development environment
run: docker compose up --quiet-pull --force-recreate -d
run: docker compose up --quiet-pull --force-recreate -d --profile opensearch kafka oauth schemaregistry

- name: Start mye2eclient container in shared network
run: docker run -d -v "${PWD}/tests/:/opt/tests/" -it --name mye2eclient --network=cheetah-infrastructure alpine:latest
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
hostname: cheetahoauthsimulator
ports:
- "1752:80"
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:1.7.1
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:1.7.2
platform: linux/amd64
environment:
#- ASPNETCORE_ENVIRONMENT=Development
Expand All @@ -22,7 +22,7 @@ services:
hostname: cheetahoauthsimulator
ports:
- "1852:1852"
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:1.7.1
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:1.7.2
platform: linux/amd64
environment:
- ASPNETCORE_ENVIRONMENT=Development
Expand Down

0 comments on commit bf2df38

Please sign in to comment.