ci: Use the pub cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PapaTutuWawa 2023-08-20 21:08:34 +02:00
parent a29eddeb66
commit 45cf73dbf5

View File

@ -2,7 +2,7 @@ pipeline:
lint:
image: dart:3.0.7
commands:
- dart pub --verbose get --no-precompile
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile
- dart analyze --fatal-infos --fatal-warnings
test:
image: dart:3.0.7