Skip to content

Commit

Permalink
ci(Actions): Improve names of steps in PR test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <[email protected]>
  • Loading branch information
arafaysaleem committed Jun 9, 2021
1 parent 82976f4 commit 27be717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-open-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
channel: 'stable'
- name: Get Pub Dependencies
run: flutter pub get
- name: Run build runner for codegen files
- name: Run Build Runner For Codegen Files
run: flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Run Dart Analyzer
run: flutter analyze .
- name: Attempt release build generation
- name: Attempt Debug APK Build
run: flutter build apk --debug

0 comments on commit 27be717

Please sign in to comment.