Skip to content

Commit

Permalink
Merge branch 'delta' of https://github.com/becooq81/PillKaBoo into delta
Browse files Browse the repository at this point in the history
  • Loading branch information
becooq81 committed May 16, 2024
2 parents 4f5fa37 + 2b6009a commit c7ee461
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- '*'
branches:
- delta
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -29,9 +31,8 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: dart analyze
run: dart analyze --fatal-infos --fatal-warnings
- name: Run tests
run: flutter test
run: flutter test --no-test-assets --disable-service-auth-codes --coverage
- name: Build APK
run: flutter build apk --debug --split-per-abi

0 comments on commit c7ee461

Please sign in to comment.