Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichii authored Jul 21, 2023
1 parent 3cc8675 commit 25a3bfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
flutter-version: '3.x'
channel: 'stable'
- run: flutter --version
- run: flutter pub get
- run: flutter test
- run: flutter pub publish --dry-run
# with:
# environment: 'pub.dev'

0 comments on commit 25a3bfb

Please sign in to comment.