Merge pull request #824 from Human-Connection/remove-cypress-record

Revert changes to cypress record
This commit is contained in:
Mike Aono 2019-06-13 22:52:49 +03:00 committed by GitHub
commit d12d7471f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,7 @@ script:
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
- docker-compose exec -d backend yarn run test:before:seeder
# Fullstack
# Disable recording cypress tests if we just update dependencies. This is to
# avoid running out of quota.
- if [[ $BRANCH == *"dependabot"* ]]; then yarn run cypress:run; else yarn run cypress:run --record; fi
- yarn run cypress:run
# Coverage
- codecov