Browse Source

💚 Adding forgotten e2e step

pull/2/head
Anatole-DC 4 years ago
parent
commit
3f1bbd5bfb
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -65,3 +65,6 @@ workflows:
- back-test-unit:
requires:
- build
- back-test-e2e:
requires:
- build
Loading…
Cancel
Save