|
|
@ -1,4 +1,4 @@ |
|
|
|
# Created with package:mono_repo v6.4.0 |
|
|
|
# Created with package:mono_repo v6.4.2 |
|
|
|
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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -31,9 +31,9 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- name: mono_repo self validate |
|
|
|
- name: mono_repo self validate |
|
|
|
run: dart pub global activate mono_repo 6.4.0 |
|
|
|
run: dart pub global activate mono_repo 6.4.2 |
|
|
|
- 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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -56,7 +56,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -88,7 +88,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -120,7 +120,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -152,7 +152,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -184,7 +184,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -216,7 +216,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -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 Flutter SDK |
|
|
|
- name: Setup Flutter SDK |
|
|
|
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 |
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -275,12 +275,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Flutter SDK |
|
|
|
- name: Setup Flutter SDK |
|
|
|
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 |
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -312,7 +312,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -344,7 +344,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -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 Flutter SDK |
|
|
|
- name: Setup Flutter SDK |
|
|
|
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 |
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -408,7 +408,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -440,7 +440,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -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 Flutter SDK |
|
|
|
- name: Setup Flutter SDK |
|
|
|
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 |
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -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 Flutter SDK |
|
|
|
- name: Setup Flutter SDK |
|
|
|
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 |
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -531,12 +531,12 @@ jobs: |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest;pub-cache-hosted |
|
|
|
os:ubuntu-latest |
|
|
|
os:ubuntu-latest |
|
|
|
- name: Setup Flutter SDK |
|
|
|
- name: Setup Flutter SDK |
|
|
|
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 |
|
|
|
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d |
|
|
|
with: |
|
|
|
with: |
|
|
|
channel: stable |
|
|
|
channel: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -568,7 +568,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
@ -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@fd5de65bc895cf536527842281bea11763fefd77 |
|
|
|
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 |
|
|
|
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" |
|
|
@ -600,7 +600,7 @@ jobs: |
|
|
|
sdk: stable |
|
|
|
sdk: stable |
|
|
|
- id: checkout |
|
|
|
- id: checkout |
|
|
|
name: Checkout repository |
|
|
|
name: Checkout repository |
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b |
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 |
|
|
|
- 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 |
|
|
|