mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix deployment to develop, tryout
This commit is contained in:
parent
3c816b933b
commit
55ba0254aa
@ -42,10 +42,10 @@ script:
|
|||||||
- docker-compose exec webapp yarn run lint
|
- docker-compose exec webapp yarn run lint
|
||||||
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
|
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
|
||||||
# Fullstack
|
# Fullstack
|
||||||
|
- docker-compose down
|
||||||
|
- docker-compose -f docker-compose.yml up -d
|
||||||
|
- wait-on http://localhost:7474
|
||||||
# disable for last deploy, because of flakiness!
|
# disable for last deploy, because of flakiness!
|
||||||
# - docker-compose down
|
|
||||||
# - docker-compose -f docker-compose.yml up -d
|
|
||||||
# - wait-on http://localhost:7474
|
|
||||||
# - yarn run cypress:run --record
|
# - yarn run cypress:run --record
|
||||||
# - yarn run cucumber
|
# - yarn run cucumber
|
||||||
# Coverage
|
# Coverage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user