From 83be3c882631a6a434d64f3e5887f9304bfefe30 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 22 Aug 2023 19:51:08 +0200 Subject: [PATCH] ci: Use pubcached also for the tests --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ac5775c..4cd0b41 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,12 +3,13 @@ pipeline: image: dart:3.0.7 commands: # Proxy requests to pub.dev using pubcached - - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile + - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get - dart analyze --fatal-infos --fatal-warnings test: image: dart:3.0.7 commands: - - dart pub get + # Proxy requests to pub.dev using pubcached + - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get - dart test notify: image: git.polynom.me/papatutuwawa/woodpecker-xmpp