Browse Source

💚 FIX CI

main
Alexandre SOARES 4 years ago
parent
commit
2d0eaa073e
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -96,7 +96,7 @@ workflows:
my_workflow:
jobs:
- build
- test_unit:
- test_unit
- end_to_end:
requires:
- build

Loading…
Cancel
Save