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 07205c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- run: |
echo "environment:\n flutter: 3.3.10" > pubspec.yaml
./setup.sh -t -p -f pubspec.yaml | grep '3.3.10'
- run: ./setup.sh -t -p | grep 'stable'
shell: bash
- run: ./setup.sh -t -p | grep '3.7.7'
Expand Down

0 comments on commit 07205c8

Please sign in to comment.