move netlify-cli install to before deploy

we don't need it to run the tests, running the tests will be a few seconds faster

Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
Avelino 2021-04-09 09:13:02 -03:00
parent f16ea104a5
commit f82112ca7e
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -7,6 +7,8 @@ sudo: false
install:
- go get -t -v ./...
before_deploy:
- npm install netlify-cli -g
deploy: