Skip to content

Commit

Permalink
Ah right, activate firehose first
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2023
1 parent 12c0eae commit 83c2136
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ jobs:
dart pub upgrade
dart test
- name: Validate for publishing
run: dart pub global run firehose --validate
run: |
dart pub global activate firehose
dart pub global run firehose --validate
migration_integration_tests:
name: "Integration tests for migration tooling"
Expand Down

0 comments on commit 83c2136

Please sign in to comment.