Browse Source

💚 add workflow

tests
Pierre 6 years ago
parent
commit
0198ee4e94
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -79,3 +79,10 @@ jobs: # A basic unit of work in a run
FLASK_APP: autoapp.py
FLASK_DEBUG: 1
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr
Workflows:
build-test:
- build
- test:
requires:
- build
Loading…
Cancel
Save