|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Created with package:mono_repo v6.5.0 |
|
|
|
|
# Created with package:mono_repo v6.5.5 |
|
|
|
|
name: Dart CI |
|
|
|
|
on: |
|
|
|
|
push: |
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable" |
|
|
|
@ -26,14 +26,14 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- name: mono_repo self validate |
|
|
|
|
run: dart pub global activate mono_repo 6.5.0 |
|
|
|
|
run: dart pub global activate mono_repo 6.5.5 |
|
|
|
|
- name: mono_repo self validate |
|
|
|
|
run: dart pub global run mono_repo generate --validate |
|
|
|
|
job_002: |
|
|
|
@ -41,7 +41,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/app;commands:format" |
|
|
|
@ -51,12 +51,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_app_pub_upgrade |
|
|
|
|
name: packages/app; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -69,43 +69,75 @@ jobs:
|
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_003: |
|
|
|
|
name: "all; PKG: packages/dynamite; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
name: "all; PKG: packages/dynamite/dynamite; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite;commands:format" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite;commands:format" |
|
|
|
|
restore-keys: | |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
- id: packages_dynamite_pub_upgrade |
|
|
|
|
name: packages/dynamite; dart pub upgrade |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_dynamite_dynamite_pub_upgrade |
|
|
|
|
name: packages/dynamite/dynamite; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
|
if: "always() && steps.checkout.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite |
|
|
|
|
- name: "packages/dynamite; dart format --output=none --set-exit-if-changed --line-length 120 ." |
|
|
|
|
working-directory: packages/dynamite/dynamite |
|
|
|
|
- name: "packages/dynamite/dynamite; dart format --output=none --set-exit-if-changed --line-length 120 ." |
|
|
|
|
run: "dart format --output=none --set-exit-if-changed --line-length 120 ." |
|
|
|
|
if: "always() && steps.packages_dynamite_pub_upgrade.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite |
|
|
|
|
if: "always() && steps.packages_dynamite_dynamite_pub_upgrade.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite/dynamite |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_004: |
|
|
|
|
name: "all; PKG: packages/dynamite/dynamite_runtime; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite_runtime;commands:format" |
|
|
|
|
restore-keys: | |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite_runtime |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_dynamite_dynamite_runtime_pub_upgrade |
|
|
|
|
name: packages/dynamite/dynamite_runtime; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
|
if: "always() && steps.checkout.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite/dynamite_runtime |
|
|
|
|
- name: "packages/dynamite/dynamite_runtime; dart format --output=none --set-exit-if-changed --line-length 120 ." |
|
|
|
|
run: "dart format --output=none --set-exit-if-changed --line-length 120 ." |
|
|
|
|
if: "always() && steps.packages_dynamite_dynamite_runtime_pub_upgrade.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite/dynamite_runtime |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_005: |
|
|
|
|
name: "all; PKG: packages/file_icons; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/file_icons;commands:format" |
|
|
|
@ -115,12 +147,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_file_icons_pub_upgrade |
|
|
|
|
name: packages/file_icons; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -132,12 +164,12 @@ jobs:
|
|
|
|
|
working-directory: packages/file_icons |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_005: |
|
|
|
|
job_006: |
|
|
|
|
name: "all; PKG: packages/neon/neon; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon;commands:format" |
|
|
|
@ -147,12 +179,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_pub_upgrade |
|
|
|
|
name: packages/neon/neon; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -164,12 +196,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_006: |
|
|
|
|
job_007: |
|
|
|
|
name: "all; PKG: packages/neon/neon_files; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_files;commands:format" |
|
|
|
@ -179,12 +211,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_files_pub_upgrade |
|
|
|
|
name: packages/neon/neon_files; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -196,12 +228,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_files |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_007: |
|
|
|
|
job_008: |
|
|
|
|
name: "all; PKG: packages/neon/neon_news; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_news;commands:format" |
|
|
|
@ -211,12 +243,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_news_pub_upgrade |
|
|
|
|
name: packages/neon/neon_news; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -228,12 +260,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_news |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_008: |
|
|
|
|
job_009: |
|
|
|
|
name: "all; PKG: packages/neon/neon_notes; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_notes;commands:format" |
|
|
|
@ -243,12 +275,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_notes_pub_upgrade |
|
|
|
|
name: packages/neon/neon_notes; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -260,12 +292,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_notes |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_009: |
|
|
|
|
job_010: |
|
|
|
|
name: "all; PKG: packages/neon/neon_notifications; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_notifications;commands:format" |
|
|
|
@ -275,12 +307,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_notifications_pub_upgrade |
|
|
|
|
name: packages/neon/neon_notifications; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -292,12 +324,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_notifications |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_010: |
|
|
|
|
job_011: |
|
|
|
|
name: "all; PKG: packages/nextcloud; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:format" |
|
|
|
@ -307,12 +339,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -324,12 +356,12 @@ jobs:
|
|
|
|
|
working-directory: packages/nextcloud |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_011: |
|
|
|
|
job_012: |
|
|
|
|
name: "all; PKG: packages/settings; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/settings;commands:format" |
|
|
|
@ -339,12 +371,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_settings_pub_upgrade |
|
|
|
|
name: packages/settings; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -356,12 +388,12 @@ jobs:
|
|
|
|
|
working-directory: packages/settings |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_012: |
|
|
|
|
job_013: |
|
|
|
|
name: "all; PKG: packages/sort_box; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:format" |
|
|
|
@ -371,12 +403,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -388,12 +420,12 @@ jobs:
|
|
|
|
|
working-directory: packages/sort_box |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_013: |
|
|
|
|
job_014: |
|
|
|
|
name: "all; PKG: packages/spec_templates; `dart format --output=none --set-exit-if-changed --line-length 120 .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/spec_templates;commands:format" |
|
|
|
@ -403,12 +435,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_spec_templates_pub_upgrade |
|
|
|
|
name: packages/spec_templates; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -420,12 +452,12 @@ jobs:
|
|
|
|
|
working-directory: packages/spec_templates |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_014: |
|
|
|
|
job_015: |
|
|
|
|
name: "all; PKG: packages/app; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/app;commands:analyze_0" |
|
|
|
@ -435,12 +467,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_app_pub_upgrade |
|
|
|
|
name: packages/app; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -452,12 +484,12 @@ jobs:
|
|
|
|
|
working-directory: packages/app |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_015: |
|
|
|
|
job_016: |
|
|
|
|
name: "all; PKG: packages/file_icons; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/file_icons;commands:analyze_0" |
|
|
|
@ -467,12 +499,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_file_icons_pub_upgrade |
|
|
|
|
name: packages/file_icons; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -484,12 +516,12 @@ jobs:
|
|
|
|
|
working-directory: packages/file_icons |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_016: |
|
|
|
|
job_017: |
|
|
|
|
name: "all; PKG: packages/neon/neon; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon;commands:analyze_0" |
|
|
|
@ -499,12 +531,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_pub_upgrade |
|
|
|
|
name: packages/neon/neon; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -516,12 +548,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_017: |
|
|
|
|
job_018: |
|
|
|
|
name: "all; PKG: packages/neon/neon_files; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_files;commands:analyze_0" |
|
|
|
@ -531,12 +563,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_files_pub_upgrade |
|
|
|
|
name: packages/neon/neon_files; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -548,12 +580,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_files |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_018: |
|
|
|
|
job_019: |
|
|
|
|
name: "all; PKG: packages/neon/neon_news; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_news;commands:analyze_0" |
|
|
|
@ -563,12 +595,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_news_pub_upgrade |
|
|
|
|
name: packages/neon/neon_news; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -580,12 +612,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_news |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_019: |
|
|
|
|
job_020: |
|
|
|
|
name: "all; PKG: packages/neon/neon_notes; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_notes;commands:analyze_0" |
|
|
|
@ -595,12 +627,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_notes_pub_upgrade |
|
|
|
|
name: packages/neon/neon_notes; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -612,12 +644,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_notes |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_020: |
|
|
|
|
job_021: |
|
|
|
|
name: "all; PKG: packages/neon/neon_notifications; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon/neon_notifications;commands:analyze_0" |
|
|
|
@ -627,12 +659,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_neon_neon_notifications_pub_upgrade |
|
|
|
|
name: packages/neon/neon_notifications; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -644,12 +676,12 @@ jobs:
|
|
|
|
|
working-directory: packages/neon/neon_notifications |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_021: |
|
|
|
|
job_022: |
|
|
|
|
name: "all; PKG: packages/settings; `flutter analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/settings;commands:analyze_0" |
|
|
|
@ -659,12 +691,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Flutter SDK |
|
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
|
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa |
|
|
|
|
with: |
|
|
|
|
channel: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_settings_pub_upgrade |
|
|
|
|
name: packages/settings; flutter pub upgrade |
|
|
|
|
run: flutter pub upgrade |
|
|
|
@ -676,44 +708,76 @@ jobs:
|
|
|
|
|
working-directory: packages/settings |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_022: |
|
|
|
|
name: "all; PKG: packages/dynamite; `dart analyze --fatal-infos .`" |
|
|
|
|
job_023: |
|
|
|
|
name: "all; PKG: packages/dynamite/dynamite; `dart analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite;commands:analyze_1" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite;commands:analyze_1" |
|
|
|
|
restore-keys: | |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
- id: packages_dynamite_pub_upgrade |
|
|
|
|
name: packages/dynamite; dart pub upgrade |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_dynamite_dynamite_pub_upgrade |
|
|
|
|
name: packages/dynamite/dynamite; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
|
if: "always() && steps.checkout.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite |
|
|
|
|
- name: "packages/dynamite; dart analyze --fatal-infos ." |
|
|
|
|
working-directory: packages/dynamite/dynamite |
|
|
|
|
- name: "packages/dynamite/dynamite; dart analyze --fatal-infos ." |
|
|
|
|
run: dart analyze --fatal-infos . |
|
|
|
|
if: "always() && steps.packages_dynamite_pub_upgrade.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite |
|
|
|
|
if: "always() && steps.packages_dynamite_dynamite_pub_upgrade.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite/dynamite |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_023: |
|
|
|
|
job_024: |
|
|
|
|
name: "all; PKG: packages/dynamite/dynamite_runtime; `dart analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite_runtime;commands:analyze_1" |
|
|
|
|
restore-keys: | |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite/dynamite_runtime |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted;sdk:stable |
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_dynamite_dynamite_runtime_pub_upgrade |
|
|
|
|
name: packages/dynamite/dynamite_runtime; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
|
if: "always() && steps.checkout.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite/dynamite_runtime |
|
|
|
|
- name: "packages/dynamite/dynamite_runtime; dart analyze --fatal-infos ." |
|
|
|
|
run: dart analyze --fatal-infos . |
|
|
|
|
if: "always() && steps.packages_dynamite_dynamite_runtime_pub_upgrade.conclusion == 'success'" |
|
|
|
|
working-directory: packages/dynamite/dynamite_runtime |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_025: |
|
|
|
|
name: "all; PKG: packages/nextcloud; `dart analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:analyze_1" |
|
|
|
@ -723,12 +787,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -740,12 +804,12 @@ jobs:
|
|
|
|
|
working-directory: packages/nextcloud |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_024: |
|
|
|
|
job_026: |
|
|
|
|
name: "all; PKG: packages/sort_box; `dart analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:analyze_1" |
|
|
|
@ -755,12 +819,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -772,12 +836,12 @@ jobs:
|
|
|
|
|
working-directory: packages/sort_box |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_025: |
|
|
|
|
job_027: |
|
|
|
|
name: "all; PKG: packages/spec_templates; `dart analyze --fatal-infos .`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/spec_templates;commands:analyze_1" |
|
|
|
@ -787,12 +851,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_spec_templates_pub_upgrade |
|
|
|
|
name: packages/spec_templates; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -804,12 +868,12 @@ jobs:
|
|
|
|
|
working-directory: packages/spec_templates |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_026: |
|
|
|
|
job_028: |
|
|
|
|
name: "all; PKG: packages/nextcloud; `dart test`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:test" |
|
|
|
@ -819,12 +883,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
@ -836,12 +900,12 @@ jobs:
|
|
|
|
|
working-directory: packages/nextcloud |
|
|
|
|
needs: |
|
|
|
|
- job_001 |
|
|
|
|
job_027: |
|
|
|
|
job_029: |
|
|
|
|
name: "all; PKG: packages/sort_box; `dart test`" |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 |
|
|
|
|
with: |
|
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:test" |
|
|
|
@ -851,12 +915,12 @@ jobs:
|
|
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
|
os:ubuntu-latest |
|
|
|
|
- name: Setup Dart SDK |
|
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
|
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f |
|
|
|
|
with: |
|
|
|
|
sdk: stable |
|
|
|
|
- id: checkout |
|
|
|
|
name: Checkout repository |
|
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab |
|
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
|
run: dart pub upgrade |
|
|
|
|