Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Apr 1, 2024
1 parent d885ff9 commit ad0b5ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- run: ./setup.sh -t -p -f test/pubspec.yaml | grep '3.3.10'
shell: bash
- run: ./setup.sh -t -p | grep 'stable'
shell: bash
- run: ./setup.sh -t -p | grep '3.7.7'
Expand Down
5 changes: 5 additions & 0 deletions test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: flutter_action_test

environment:
dart: ">=2.18.0 <3.0.0"
flutter: 3.3.10

0 comments on commit ad0b5ca

Please sign in to comment.