Skip to content

Commit

Permalink
fix: Set constraint for test dependency in flame_test (#2558)
Browse files Browse the repository at this point in the history
Pub is complaining that test doesn't have a constraint.
  • Loading branch information
spydon committed May 31, 2023
1 parent 973b580 commit aeef946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
channel: 'stable'
- uses: bluefireteam/melos-action@v2
- name: "Analyze"
uses: invertase/github-action-dart-analyzer@v1
with:
fatal-infos: true
fatal-warnings: true
uses: invertase/github-action-dart-analyzer@v2.0.0

markdown-lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
flutter_test:
sdk: flutter
meta: ^1.9.1
test: any
test: ^1.24.1
vector_math: ^2.1.4

dev_dependencies:
Expand Down

0 comments on commit aeef946

Please sign in to comment.