diff --git a/.woodpecker.yml b/.woodpecker.yml index 7f03a30..3109fcb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ when: pipeline: # Check moxxmpp moxxmpp-lint: - image: dart:2.18.1 + image: dart:3.0.7 commands: - cd packages/moxxmpp # Proxy requests to pub.dev using pubcached @@ -12,16 +12,16 @@ pipeline: - dart analyze --fatal-infos --fatal-warnings moxxmpp-test: - image: dart:2.18.1 + image: dart:3.0.7 commands: + - cd packages/moxxmpp # Proxy requests to pub.dev using pubcached - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get - - dart pub get - dart test # Check moxxmpp_socket_tcp moxxmpp_socket_tcp-lint: - image: dart:2.18.1 + image: dart:3.0.7 commands: - cd packages/moxxmpp_socket_tcp # Proxy requests to pub.dev using pubcached @@ -29,10 +29,11 @@ pipeline: - dart analyze --fatal-infos --fatal-warnings # moxxmpp-test: - # image: dart:2.18.1 + # image: dart:3.0.7 # commands: # - cd packages/moxxmpp - # - 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: