ci: add missing 'make deps' steps

main
Raphaël 2021-03-30 17:32:46 +02:00 committed by GitHub
parent 3bf8fe65f9
commit 23a134cde6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
exit 1
fi
- run: make install-tools
- run: make deps
- run: make lint
test:
docker:
@ -77,6 +78,7 @@ jobs:
steps:
- checkout
- run: make install-tools
- run: make deps
- run: make test
- run:
name: Codecov upload