|
|
@ -1,4 +1,4 @@ |
|
|
|
# Created with package:mono_repo v6.4.2 |
|
|
|
# Created with package:mono_repo v6.5.0 |
|
|
|
name: Dart CI |
|
|
|
name: Dart CI |
|
|
|
on: |
|
|
|
on: |
|
|
|
push: |
|
|
|
push: |
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable" |
|
|
@ -26,14 +26,14 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- name: mono_repo self validate |
|
|
|
- name: mono_repo self validate |
|
|
|
run: dart pub global activate mono_repo 6.4.2 |
|
|
|
run: dart pub global activate mono_repo 6.5.0 |
|
|
|
- name: mono_repo self validate |
|
|
|
- name: mono_repo self validate |
|
|
|
run: dart pub global run mono_repo generate --validate |
|
|
|
run: dart pub global run mono_repo generate --validate |
|
|
|
job_002: |
|
|
|
job_002: |
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite;commands:analyze_0" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/dynamite;commands:analyze_0" |
|
|
@ -51,12 +51,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_dynamite_pub_upgrade |
|
|
|
- id: packages_dynamite_pub_upgrade |
|
|
|
name: packages/dynamite; dart pub upgrade |
|
|
|
name: packages/dynamite; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -73,7 +73,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:analyze_0" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:analyze_0" |
|
|
@ -83,12 +83,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_push_proxy;commands:analyze_0" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_push_proxy;commands:analyze_0" |
|
|
@ -115,12 +115,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_push_proxy_pub_upgrade |
|
|
|
- id: packages_nextcloud_push_proxy_pub_upgrade |
|
|
|
name: packages/nextcloud_push_proxy; dart pub upgrade |
|
|
|
name: packages/nextcloud_push_proxy; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -137,7 +137,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_test;commands:analyze_0" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_test;commands:analyze_0" |
|
|
@ -147,12 +147,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_test_pub_upgrade |
|
|
|
- id: packages_nextcloud_test_pub_upgrade |
|
|
|
name: packages/nextcloud_test; dart pub upgrade |
|
|
|
name: packages/nextcloud_test; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -169,7 +169,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:analyze_0" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:analyze_0" |
|
|
@ -179,12 +179,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -201,7 +201,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/spec_templates;commands:analyze_0" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/spec_templates;commands:analyze_0" |
|
|
@ -211,12 +211,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_spec_templates_pub_upgrade |
|
|
|
- id: packages_spec_templates_pub_upgrade |
|
|
|
name: packages/spec_templates; dart pub upgrade |
|
|
|
name: packages/spec_templates; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -233,7 +233,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
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;commands:format" |
|
|
@ -243,12 +243,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_dynamite_pub_upgrade |
|
|
|
- id: packages_dynamite_pub_upgrade |
|
|
|
name: packages/dynamite; dart pub upgrade |
|
|
|
name: packages/dynamite; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -265,7 +265,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/file_icons;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/file_icons;commands:format" |
|
|
@ -280,7 +280,7 @@ jobs: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_file_icons_pub_upgrade |
|
|
|
- id: packages_file_icons_pub_upgrade |
|
|
|
name: packages/file_icons; flutter pub upgrade |
|
|
|
name: packages/file_icons; flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
@ -297,7 +297,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon;commands:format" |
|
|
@ -312,7 +312,7 @@ jobs: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_neon_pub_upgrade |
|
|
|
- id: packages_neon_pub_upgrade |
|
|
|
name: packages/neon; flutter pub upgrade |
|
|
|
name: packages/neon; flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
@ -329,7 +329,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:format" |
|
|
@ -339,12 +339,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -361,7 +361,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_push_proxy;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_push_proxy;commands:format" |
|
|
@ -371,12 +371,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_push_proxy_pub_upgrade |
|
|
|
- id: packages_nextcloud_push_proxy_pub_upgrade |
|
|
|
name: packages/nextcloud_push_proxy; dart pub upgrade |
|
|
|
name: packages/nextcloud_push_proxy; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -393,7 +393,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_test;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud_test;commands:format" |
|
|
@ -403,12 +403,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_test_pub_upgrade |
|
|
|
- id: packages_nextcloud_test_pub_upgrade |
|
|
|
name: packages/nextcloud_test; dart pub upgrade |
|
|
|
name: packages/nextcloud_test; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -425,7 +425,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/settings;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/settings;commands:format" |
|
|
@ -440,7 +440,7 @@ jobs: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_settings_pub_upgrade |
|
|
|
- id: packages_settings_pub_upgrade |
|
|
|
name: packages/settings; flutter pub upgrade |
|
|
|
name: packages/settings; flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
@ -457,7 +457,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:format" |
|
|
@ -467,12 +467,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -489,7 +489,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/spec_templates;commands:format" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/spec_templates;commands:format" |
|
|
@ -499,12 +499,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_spec_templates_pub_upgrade |
|
|
|
- id: packages_spec_templates_pub_upgrade |
|
|
|
name: packages/spec_templates; dart pub upgrade |
|
|
|
name: packages/spec_templates; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -521,7 +521,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/file_icons;commands:analyze_1" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/file_icons;commands:analyze_1" |
|
|
@ -536,7 +536,7 @@ jobs: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_file_icons_pub_upgrade |
|
|
|
- id: packages_file_icons_pub_upgrade |
|
|
|
name: packages/file_icons; flutter pub upgrade |
|
|
|
name: packages/file_icons; flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
@ -553,7 +553,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon;commands:analyze_1" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon;commands:analyze_1" |
|
|
@ -568,7 +568,7 @@ jobs: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_neon_pub_upgrade |
|
|
|
- id: packages_neon_pub_upgrade |
|
|
|
name: packages/neon; flutter pub upgrade |
|
|
|
name: packages/neon; flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
@ -585,7 +585,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/settings;commands:analyze_1" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/settings;commands:analyze_1" |
|
|
@ -600,7 +600,7 @@ jobs: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_settings_pub_upgrade |
|
|
|
- id: packages_settings_pub_upgrade |
|
|
|
name: packages/settings; flutter pub upgrade |
|
|
|
name: packages/settings; flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
|
run: flutter pub upgrade |
|
|
@ -617,7 +617,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:test" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/nextcloud;commands:test" |
|
|
@ -627,12 +627,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
- id: packages_nextcloud_pub_upgrade |
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
name: packages/nextcloud; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
@ -649,7 +649,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
- name: Cache Pub hosted dependencies |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
path: "~/.pub-cache/hosted" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:test" |
|
|
|
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/sort_box;commands:test" |
|
|
@ -659,12 +659,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Dart SDK |
|
|
|
- name: Setup Dart SDK |
|
|
|
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d |
|
|
|
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c |
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
- id: packages_sort_box_pub_upgrade |
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
name: packages/sort_box; dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|
run: dart pub upgrade |
|
|
|