Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 68 additions & 68 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mono_repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 6.6.3-wip

- Update to latest action versions.

## 6.6.2

Expand Down
12 changes: 6 additions & 6 deletions mono_repo/lib/src/commands/github/action_versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
//
// To regenerate it, run the `tool/generate_action_versions.dart` script.

const actionsCacheVersion = '0c45773b623bea8c8e75f6c82b208c3cf94ea4f9';
const dartLangSetupDartVersion = '0a8a0fc875eb934c15d08629302413c671d3f672';
const actionsCheckoutVersion = '692973e3d937129bcbf40652eb9f2f61becf3332';
const subositoFlutterActionVersion = '44ac965b96f18d999802d4b807e3256d5a3f9fa1';
const actionsCacheVersion = '6849a6489940f00c2f30c0fb92c6274307ccb58a';
const dartLangSetupDartVersion = 'e630b99d28a3b71860378cafdc2a067c71107f94';
const actionsCheckoutVersion = '11bd71901bbe5b1630ceea73d27597364c9af683';
const subositoFlutterActionVersion = '74af56c5ed2697ba4621264652728e8d217e53d3';
const coverallsappGithubActionVersion =
'643bc377ffa44ace6394b2b5d0d3950076de9f63';
const codecovCodecovActionVersion = 'e28ff129e5465c2c0dcc6f003fc735cb6ae0c673';
'cfd0633edbd2411b532b808ba7a8b5e04f76d2c8';
const codecovCodecovActionVersion = '015f24e6818733317a2da2edd6290ab26238649a';
23 changes: 7 additions & 16 deletions mono_repo/lib/src/commands/github/job.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 11 additions & 19 deletions mono_repo/lib/src/commands/github/step.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 14 additions & 33 deletions mono_repo/lib/src/package_config.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions mono_repo/test/ensure_build_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
@Timeout.factor(4)
library;

import 'dart:io';

import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';

void main() {
test(
'ensure_build',
() => expectBuildClean(packageRelativeDirectory: 'mono_repo'),
skip: !Platform.version.contains('dev') ? 'Only run in release mode' : null,
);
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: "~/.pub-cache/hosted"
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:analyze-format"
Expand All @@ -29,12 +29,12 @@ jobs:
os:macos-latest;pub-cache-hosted
os:macos-latest
- name: Setup Dart SDK
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: pkg_a_pub_upgrade
name: pkg_a; dart pub upgrade
run: dart pub upgrade
Expand All @@ -53,12 +53,12 @@ jobs:
runs-on: windows-latest
steps:
- name: Setup Dart SDK
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: "1.23.0"
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: pkg_a_pub_upgrade
name: pkg_a; dart pub upgrade
run: dart pub upgrade
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:pkg_a;commands:test_1"
Expand All @@ -83,12 +83,12 @@ jobs:
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- name: Setup Dart SDK
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: stable
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: pkg_a_pub_upgrade
name: pkg_a; dart pub upgrade
run: dart pub upgrade
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: "~/.pub-cache/hosted"
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:test_0"
Expand All @@ -116,12 +116,12 @@ jobs:
os:macos-latest;pub-cache-hosted
os:macos-latest
- name: Setup Dart SDK
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: pkg_a_pub_upgrade
name: pkg_a; dart pub upgrade
run: dart pub upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:pkg_a;commands:test_with_coverage"
Expand All @@ -29,14 +29,14 @@ jobs:
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- name: Setup Dart SDK
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: stable
- name: "Activate package:coverage"
run: "dart pub global activate coverage '>=1.5.0'"
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: pkg_a_pub_upgrade
name: pkg_a; dart pub upgrade
run: dart pub upgrade
Expand All @@ -47,7 +47,7 @@ jobs:
if: "always() && steps.pkg_a_pub_upgrade.conclusion == 'success'"
working-directory: pkg_a
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: pkg_a/coverage/lcov.info
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Cache Pub hosted dependencies
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: "~/.pub-cache/hosted"
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:test"
Expand All @@ -68,12 +68,12 @@ jobs:
os:macos-latest;pub-cache-hosted
os:macos-latest
- name: Setup Dart SDK
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: dev
- id: checkout
name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: pkg_a_pub_upgrade
name: pkg_a; dart pub upgrade
run: dart pub upgrade
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Mark Coveralls job finished
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
parallel-finished: true
Expand Down
17 changes: 0 additions & 17 deletions mono_repo/test/script_integration_outputs/just_succeeds.txt

This file was deleted.

Loading
Loading