Skip to content

update mono_repo #1592

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
Apr 28, 2022
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
80 changes: 40 additions & 40 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with package:mono_repo v6.1.0
# Created with package:mono_repo v6.2.2
name: Dart CI
on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
Expand All @@ -32,17 +32,17 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- name: mono_repo self validate
run: dart pub global activate mono_repo 6.1.0
run: dart pub global activate mono_repo 6.2.2
- name: mono_repo self validate
run: dart pub global run mono_repo generate --validate
job_002:
name: "analyzer_and_format; linux; Dart dev; PKG: dwds; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`, `dart test test/build/ensure_version_test.dart`"
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dwds;commands:format-analyze_0-test_0"
Expand All @@ -55,7 +55,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example-fixtures/_webdevSmoke-frontend_server_client-frontend_server_common;commands:format-analyze_0"
Expand All @@ -91,7 +91,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: example_pub_upgrade
name: example; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:webdev;commands:format-analyze_0-test_4"
Expand All @@ -162,7 +162,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -185,7 +185,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:dwds-webdev;commands:analyze_1-test_1"
Expand All @@ -198,7 +198,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dwds;commands:command-test_2"
Expand All @@ -243,7 +243,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -268,7 +268,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:frontend_server_client;commands:test_2"
Expand All @@ -281,7 +281,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -302,7 +302,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:webdev;commands:command-test_3"
Expand All @@ -315,7 +315,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -340,7 +340,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:dwds;commands:command-test_2"
Expand All @@ -353,7 +353,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -378,7 +378,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:frontend_server_client;commands:test_2"
Expand All @@ -391,7 +391,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -412,7 +412,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:webdev;commands:command-test_3"
Expand All @@ -425,7 +425,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -477,7 +477,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -501,7 +501,7 @@ jobs:
with:
sdk: dev
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -525,7 +525,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -549,7 +549,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: frontend_server_client_pub_upgrade
name: frontend_server_client; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -573,7 +573,7 @@ jobs:
with:
sdk: stable
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand All @@ -594,7 +594,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:dwds;commands:command-test_3"
Expand All @@ -607,7 +607,7 @@ jobs:
with:
sdk: beta
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:webdev;commands:command-test_3"
Expand All @@ -658,7 +658,7 @@ jobs:
with:
sdk: beta
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:dwds;commands:analyze_1"
Expand All @@ -709,7 +709,7 @@ jobs:
with:
sdk: beta
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -743,7 +743,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:webdev;commands:analyze_1"
Expand All @@ -756,7 +756,7 @@ jobs:
with:
sdk: beta
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: webdev_pub_upgrade
name: webdev; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -793,7 +793,7 @@ jobs:
with:
sdk: beta
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- id: dwds_pub_upgrade
name: dwds; dart pub upgrade
if: "always() && steps.checkout.conclusion == 'success'"
Expand Down Expand Up @@ -830,7 +830,7 @@ jobs:
with:
sdk: beta
- id: checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- 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 v6.1.0
# Created with package:mono_repo v6.2.2

# 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