Browse Source

💚 init with test

main
Julien Dudek 6 years ago
parent
commit
f73adcecfb
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -98,6 +98,8 @@ jobs:
command: |
. venv/bin/activate
sleep 1
flask db init
sleep 1
flask test
environment:
CONDUIT_SECRET: 'something-really-secret'

Loading…
Cancel
Save