fix(ci): Fix moxxmpp test pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PapaTutuWawa 2023-08-22 20:07:50 +02:00
parent d57bf2ef80
commit c9e817054d

View File

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