Skip to content

Commit 4047521

Browse files
committed
Latest mono_repo
1 parent 3567cf9 commit 4047521

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v3.4.1
1+
# Created with package:mono_repo v3.4.2
22
name: Dart CI
33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
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

tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
55
function pub() {

0 commit comments

Comments
 (0)