mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Revert "Try to help @mattwr18"
This reverts commit 6b4601e9d14d63362877e293b7219d23cf1b4ecd. @mattwr18 for reasons I don't understand, our build server hangs https://travis-ci.com/Human-Connection/Nitro-Web/builds/96979338 Honestly, I start to think this is a bug in `docker-compose`
This commit is contained in:
parent
6b4601e9d1
commit
521a868ca8
@ -27,9 +27,9 @@ install:
|
|||||||
- yarn add cypress-cucumber-preprocessor
|
- yarn add cypress-cucumber-preprocessor
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker-compose exec webapp yarn run lint
|
- docker-compose exec -e NODE_ENV=test webapp yarn run lint
|
||||||
- docker-compose exec webapp yarn run test
|
- docker-compose exec -e NODE_ENV=test webapp yarn run test
|
||||||
- docker-compose -f ../Nitro-Backend/docker-compose.yml exec backend yarn run db:seed
|
- docker-compose -f ../Nitro-Backend/docker-compose.yml exec backend yarn run db:seed > /dev/null
|
||||||
- wait-on http://localhost:3000
|
- wait-on http://localhost:3000
|
||||||
- cypress run --record --key $CYPRESS_TOKEN
|
- cypress run --record --key $CYPRESS_TOKEN
|
||||||
|
|
||||||
|
|||||||
@ -2,8 +2,6 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
environment:
|
|
||||||
- NODE_ENV=development
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: build-and-test
|
target: build-and-test
|
||||||
|
|||||||
@ -2,8 +2,6 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
environment:
|
|
||||||
- NODE_ENV=test
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: build-and-test
|
target: build-and-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user