From 5a306078b5df97edeb6203d813b24c82f490c315 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 11 Sep 2023 09:49:09 +0200 Subject: [PATCH] Fix ref --- .github/workflows/health.yaml | 5 ++++- pkgs/firehose/lib/src/health/health.dart | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index d650d294..e3834fb4 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -29,7 +29,7 @@ name: Health # uses: dart-lang/ecosystem/.github/workflows/health.yaml@main # with: # sdk: beta -# checks: "version,changelog,license,coverage" +# checks: "version,changelog,license,coverage,breaking" on: workflow_call: @@ -92,6 +92,9 @@ jobs: run: dart pub global activate firehose if: ${{ !inputs.local_debug }} + - name: Install api_tool + run: dart pub global activate --source git https://github.com/devmil/dart_apitool_fork --git-ref=fd64e2fec167d0b2c06085340f95392824946877 + - name: Install local firehose run: dart pub global activate --source path current_repo/pkgs/firehose/ if: ${{ inputs.local_debug }} diff --git a/pkgs/firehose/lib/src/health/health.dart b/pkgs/firehose/lib/src/health/health.dart index 25c00c0c..6d0187b3 100644 --- a/pkgs/firehose/lib/src/health/health.dart +++ b/pkgs/firehose/lib/src/health/health.dart @@ -111,10 +111,6 @@ Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automati from: currentPath, ); print('Look for changes in $currentPath with base $basePackage'); - var getApiTool = Process.runSync( - 'dart', ['pub', 'global', 'activate', 'dart_apitool']); - print( - 'getApiTool: err:!!!${getApiTool.stderr}!!!\nout: ???${getApiTool.stdout}???'); var runApiTool = Process.runSync( 'dart-apitool', [