Skip to content

Commit

Permalink
added flutter pub get and upgrade major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyfalcon committed Apr 9, 2024
1 parent 836e9a5 commit 888b842
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'

- name: pub get
run: flutter pub get

- name: pub upgrade
run: flutter pub upgrade --major-versions

- name: Lint
run: dart format --output=none --set-exit-if-changed .
Expand All @@ -29,8 +35,5 @@ jobs:
- name: flutter analyze
run: flutter analyze

- name: Pub Upgrade
run: flutter pub upgrade

# - name: Run Unit Tests / Widget Tests
# run: flutter test

0 comments on commit 888b842

Please sign in to comment.