Browse Source

please work

main
MTLantoine 6 years ago
parent
commit
51707b8919
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -33,8 +33,8 @@ jobs:
e2e_test:
docker:
-image: "circleci/postgres:9.6.2-alpine"
-image: "circleci/node:12"
- image: 'circleci/postgres:9.6.2-alpine'
- image: 'circleci/node:12'
steps:
- checkout
- run:
@ -57,3 +57,4 @@ workflows:
- build
- lint
- test
- e2e_test
Loading…
Cancel
Save