Browse Source

✏️ fit typo and add test

main
verzelea 6 years ago
parent
commit
2922c1c729
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -26,7 +26,7 @@ jobs:
- run: - run:
name: Heroku deploy name: Heroku deploy
command: | command: |
git config --global push.default matching
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PROJECT_NAME.git main git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PROJECT_NAME.git main
- run: - run:
name: Smoke test name: Smoke test
@ -103,9 +103,9 @@ workflows:
build-test: build-test:
jobs: jobs:
- build - build
#- test:
# requires:
# - build
- test:
requires:
- build
- build_docker: - build_docker:
context: Docker context: Docker
requires: requires:

Loading…
Cancel
Save