ci: fix http client test error #94

Merged
hugo merged 1 commits from packages/ci/fix_http_test into master 2022-12-12 20:23:13 +00:00
2 changed files with 6 additions and 3 deletions

View File

@ -16,14 +16,18 @@
kind: pipeline
type: docker
name: build
name: default
steps:
- name: build
- name: quality-check
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0
commands:
- melos run quality-check
- melos run publish:validate
- name: publish
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0
commands:
- melos run publish:validate
trigger:
branch:

View File

@ -1 +0,0 @@
// TODO(hpcl): Add tests.