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
2
2
name : Dart CI
3
3
on :
4
4
push :
33
33
- run : dart --version
34
34
- uses : actions/checkout@v2
35
35
- 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
37
37
- name : mono_repo self validate
38
38
run : pub global run mono_repo generate --validate
39
39
job_002 :
@@ -251,5 +251,7 @@ jobs:
251
251
working-directory : json_serializable
252
252
run : pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart
253
253
needs :
254
+ - job_001
255
+ - job_002
254
256
- job_003
255
257
- job_004
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Created with package:mono_repo v3.4.1
2
+ # Created with package:mono_repo v3.4.2
3
3
4
4
# Support built in commands on windows out of the box.
5
5
function pub() {
You can’t perform that action at this time.
0 commit comments