Merge pull request #3937 from Human-Connection/3934-switch-of-cypress-tests-for-last-deployment

build: 💥 Disable full stack tests, Fix deployment to develop, tryout
This commit is contained in:
Mogge 2020-10-14 13:49:45 +02:00 committed by GitHub
commit 40082b2889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,10 +42,10 @@ script:
- docker-compose exec webapp yarn run lint
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
# Fullstack
- docker-compose down
- docker-compose -f docker-compose.yml up -d
- wait-on http://localhost:7474
# 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 cucumber
# Coverage