Skip to content

Latest mono_repo #1441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with package:mono_repo v5.0.2
# Created with package:mono_repo v5.0.4
name: Dart CI
on:
push:
Expand Down Expand Up @@ -28,13 +28,13 @@ jobs:
restore-keys: |
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: mono_repo self validate
run: dart pub global activate mono_repo 5.0.2
run: dart pub global activate mono_repo 5.0.4
- name: mono_repo self validate
run: dart pub global run mono_repo generate --validate
job_002:
Expand All @@ -51,11 +51,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -87,11 +87,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: example_pub_upgrade
name: example; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -158,11 +158,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -194,11 +194,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:stable
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -239,11 +239,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -277,11 +277,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -311,11 +311,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -349,11 +349,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:stable
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -387,11 +387,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:stable
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -421,11 +421,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:stable
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -449,11 +449,11 @@ jobs:
name: "unit_test; windows; Dart dev; PKG: dwds; `dart test`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -473,11 +473,11 @@ jobs:
name: "unit_test; windows; Dart dev; PKG: frontend_server_client; `dart test`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -497,11 +497,11 @@ jobs:
name: "unit_test; windows; Dart dev; PKG: webdev; `dart test -j 1`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: dev
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -521,11 +521,11 @@ jobs:
name: "unit_test; windows; Dart stable; PKG: dwds; `dart test`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -545,11 +545,11 @@ jobs:
name: "unit_test; windows; Dart stable; PKG: frontend_server_client; `dart test`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -569,11 +569,11 @@ jobs:
name: "unit_test; windows; Dart stable; PKG: webdev; `dart test -j 1`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -603,11 +603,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:beta
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: beta
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -654,11 +654,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:beta
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: beta
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -705,11 +705,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:beta
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: beta
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -752,11 +752,11 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:beta
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: beta
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -789,11 +789,11 @@ jobs:
name: "beta_cron; windows; Dart beta; PKG: dwds; `dart test -j 1`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: beta
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -826,11 +826,11 @@ jobs:
name: "beta_cron; windows; Dart beta; PKG: webdev; `dart test -j 1`"
runs-on: windows-latest
steps:
- uses: dart-lang/setup-dart@v1.2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: beta
- id: checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down
2 changes: 1 addition & 1 deletion tool/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Created with package:mono_repo v5.0.2
# Created with package:mono_repo v5.0.4

# Support built in commands on windows out of the box.
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")
Expand Down