Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
ci(travis): disable video rec on e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Apr 30, 2019
1 parent d178651 commit 469bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- NODE_ENV=test yarn workspace @emjpm/knex run migrate
- NODE_ENV=test yarn workspace @emjpm/knex run seeds
script:
- yarn lerna run --scope @optional/e2e --stream test
- yarn run -- lerna --scope @optional/e2e run cypress:run -- --config video=false
after_script:
- docker-compose -f ./docker-compose.yaml -f ./docker-compose.test.yaml down

Expand Down

0 comments on commit 469bbab

Please sign in to comment.