Browse Source

💚 fix workflow

tests
Pierre 6 years ago
parent
commit
01a01837ad
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -80,7 +80,8 @@ jobs: # A basic unit of work in a run
FLASK_DEBUG: 1 FLASK_DEBUG: 1
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr
Workflows:
workflows:
version: 2
build-test: build-test:
- build - build
- test: - test:

Loading…
Cancel
Save