Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Mar 15, 2024
1 parent 9e2c83d commit 984201b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ services:
depends_on:
- json_server

test-graphql:
<<: *test-service
command: test/graphql
depends_on:
- json_server-graphql

test-acceptance.webdriverio:
<<: *test-service
environment:
Expand Down Expand Up @@ -76,13 +70,6 @@ services:
expose:
- 8010

json_server-graphql:
<<: *test-service
entrypoint: []
command: npm run json-server:graphql
expose:
- 8020

puppeteer-image:
image: ghcr.io/puppeteer/puppeteer:22.4.1

Expand Down

0 comments on commit 984201b

Please sign in to comment.