Skip to content

Commit

Permalink
Run flutter test on build
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Mar 11, 2024
1 parent 68537ab commit 5f8ec4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
versionName: ${{ env.version }}
- run: flutter clean
- run: flutter pub get
- run: flutter test
- run: flutter analyze --no-fatal-warnings --no-fatal-infos
- run: flutter build apk --release --split-per-abi --build-name="${{ env.version }}" --build-number=${{ env.version_code }}
- run: flutter build appbundle --release --build-name="${{ env.version }}" --build-number=${{ env.version_code }}
Expand Down

0 comments on commit 5f8ec4f

Please sign in to comment.