ci: use latest dart version in ci container #143

Merged
malo merged 1 commits from ci/fix/dart2-19 into master 2023-02-17 15:29:23 +00:00
2 changed files with 2 additions and 3 deletions

View File

@ -20,12 +20,12 @@ name: default
steps:
- name: quality-check
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0-1
commands:
- melos run quality-check
- melos run publish:validate
- name: publish
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0-1
commands:
- melos run publish:validate

View File

@ -1 +0,0 @@
// TODO(wyatt): add some tests