Merge remote-tracking branch 'origin/master' into 343_whitelist_all_queries_and_mutations

This commit is contained in:
Robert Schäfer 2019-06-13 23:31:15 +02:00
commit 24a2650cf9

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