File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # Created with package:mono_repo v3.4.1
1+ # Created with package:mono_repo v3.4.2
22name : Dart CI
33on :
44 push :
3333 - run : dart --version
3434 - uses : actions/checkout@v2
3535 - name : mono_repo self validate
36- run : pub global activate mono_repo 3.4.1
36+ run : pub global activate mono_repo 3.4.2
3737 - name : mono_repo self validate
3838 run : pub global run mono_repo generate --validate
3939 job_002 :
@@ -251,5 +251,7 @@ jobs:
251251 working-directory : json_serializable
252252 run : pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart
253253 needs :
254+ - job_001
255+ - job_002
254256 - job_003
255257 - job_004
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Created with package:mono_repo v3.4.1
2+ # Created with package:mono_repo v3.4.2
33
44# Support built in commands on windows out of the box.
55function pub() {
You can’t perform that action at this time.
0 commit comments