Browse Source

End to end test

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

2
.circleci/config.yml

@ -50,7 +50,7 @@ jobs:
- auth: - auth:
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
username: xaela37 username: xaela37
image: "cimg/node:14.15.0"
image: "cimg/node:lts-fermium"
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save