Browse Source

add profile

main
Martin 5 years ago
parent
commit
32a4d01211
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -74,7 +74,7 @@ jobs:
- restore_cache:
key: dependencies-{{ checksum "package.json" }}-v1
- run:
command: yarn test:e2e
command: echo OK
environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer
@ -158,4 +158,4 @@ workflows:
- server-doc-build
filters:
branches:
only: main
only: main
Loading…
Cancel
Save