Skip to content

Commit

Permalink
Update github actions with flutter beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nabil6391 committed Dec 10, 2021
1 parent 1453ff8 commit 59cb055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Install and set Flutter version
uses: subosito/[email protected]
with:
flutter-version: '2.2.3'
channel: 'beta'
- name: Get packages
run: flutter pub get
- name: Analyze
run: flutter analyze
# - name: Analyze
# run: flutter analyze
- name: Run tests
run: flutter test

0 comments on commit 59cb055

Please sign in to comment.