Browse Source

test add

main
Hugo Nollet 5 years ago
parent
commit
1ba2ab298a
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -74,7 +74,7 @@ jobs:
- restore_cache:
key: dependencies-{{ checksum "package.json" }}-v1
- run:
command: echo 'Test validated'
command: yarn test:e2e
environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer

Loading…
Cancel
Save