Skip to content

Commit

Permalink
ci(Actions): Convert test build from release to debug
Browse files Browse the repository at this point in the history
This improves the speed of the Test PR workflow and doesn't require signing config keys

Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent 214ad8c commit 4696d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-open-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run Dart Analyzer
run: flutter analyze .
- name: Attempt release build generation
run: flutter build apk --split-per-abi
run: flutter build apk --debug

0 comments on commit 4696d1f

Please sign in to comment.