Browse Source

fix bug

main
Gautier couture 6 years ago
parent
commit
6f2f1d8b47
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -104,7 +104,7 @@ jobs:
command: git push https://heroku:21ddec44-0fea-4b71-a6c0-5e902b2a803b@git.heroku.com/evening-cove-68662.git HEAD:main
- run:
name: Smoke Test
command: ./heroku_test.sh
command: ./hiroku_test.sh
workflows:
version: 2

Loading…
Cancel
Save