Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Sep 11, 2023
1 parent 42f750d commit 5a30607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 0 additions & 4 deletions pkgs/firehose/lib/src/health/health.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
[
Expand Down

0 comments on commit 5a30607

Please sign in to comment.