Browse Source

docker_build_pushv5

main
Straw-Etiam 6 years ago
parent
commit
6c99883855
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -20,6 +20,11 @@ workflows:
- lint
- test
- endtoend
filters:
branches:
only:
- main
@ -90,7 +95,6 @@ jobs:
- checkout
- restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
- run: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: yarn test:e2e

Loading…
Cancel
Save