Skip to content

Commit

Permalink
fix(ci): Fix moxxmpp test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaTutuWawa committed Aug 22, 2023
1 parent d57bf2e commit c9e8170
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,36 @@ 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
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
- 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
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get
- 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:
Expand Down

0 comments on commit c9e8170

Please sign in to comment.