Browse Source

💚 fix workflow 2

tests
Pierre 6 years ago
parent
commit
76082bbfdc
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -83,6 +83,7 @@ jobs: # A basic unit of work in a run
workflows:
version: 2
build-test:
jobs:
- build
- test:
requires:
Loading…
Cancel
Save