Skip to content

Commit

Permalink
chore(ci): do not test before release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Feb 16, 2024
1 parent b165306 commit e124a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: version.txt
- run: flutter clean
- run: flutter pub get
- run: flutter test
# - run: flutter test
- run: flutter build appbundle -v
env:
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
Expand Down

0 comments on commit e124a0e

Please sign in to comment.