Skip to content

Commit

Permalink
cicd: Added cli_annotations back into ci/cd scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattobrien committed Feb 13, 2024
1 parent c67e0d5 commit 8a0dacf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
package:
- src/cli_gen
# - src/cli_annotations
- src/cli_annotations
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down
2 changes: 1 addition & 1 deletion src/cli_annotations/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packages:
source: hosted
version: "3.1.1"
coverage:
dependency: transitive
dependency: "direct dev"
description:
name: coverage
sha256: "8acabb8306b57a409bf4c83522065672ee13179297a6bb0cb9ead73948df7c76"
Expand Down
1 change: 1 addition & 0 deletions src/cli_annotations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ dependencies:
meta: ^1.12.0

dev_dependencies:
coverage: ^1.7.2
lints: ^3.0.0
test: ^1.24.0

0 comments on commit 8a0dacf

Please sign in to comment.