Browse Source

💚 FIX CI

main
Alexandre SOARES 4 years ago
parent
commit
2367d8a645
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -21,10 +21,11 @@ jobs:
test_unit:
docker:
- auth:
- auth:
password: $DOCKERHUB_PASSWORD
username: xaela37
image: circleci/node:lts-fermium
working_directory: ~/repo
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save