mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 404-delete-user-account-and-data
This commit is contained in:
commit
2db4517900
@ -37,9 +37,7 @@ script:
|
|||||||
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
|
- docker-compose exec webapp yarn run test --ci --verbose=false --coverage
|
||||||
- docker-compose exec -d backend yarn run test:before:seeder
|
- docker-compose exec -d backend yarn run test:before:seeder
|
||||||
# Fullstack
|
# Fullstack
|
||||||
# Disable recording cypress tests if we just update dependencies. This is to
|
- yarn run cypress:run
|
||||||
# avoid running out of quota.
|
|
||||||
- if [[ $BRANCH == *"dependabot"* ]]; then yarn run cypress:run; else yarn run cypress:run --record; fi
|
|
||||||
# Coverage
|
# Coverage
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user