Skip to content

Commit

Permalink
Development: Make compose for playwright tests more reliable (#10065)
Browse files Browse the repository at this point in the history
  • Loading branch information
muradium authored Dec 25, 2024
1 parent 0f1bf00 commit 9754288
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docker/playwright-E2E-tests-multi-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ services:
condition: service_healthy
environment:
PLAYWRIGHT_DB_TYPE: 'MySQL'
networks:
- artemis

networks:
artemis:
Expand Down
1 change: 0 additions & 1 deletion docker/playwright-E2E-tests-mysql-localci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ services:
environment:
PLAYWRIGHT_DB_TYPE: 'MySQL'
network_mode: service:artemis-app
networks: !reset []

networks:
artemis:
Expand Down
7 changes: 0 additions & 7 deletions docker/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ services:
'
volumes:
- ..:/app/artemis
networks:
- artemis
stdin_open: true
tty: true
ipc: host

networks:
artemis:
driver: 'bridge'
name: artemis

0 comments on commit 9754288

Please sign in to comment.