Skip to content

Commit

Permalink
ci(Actions): Remove unnecessary code gen in analyze step
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent 878282f commit 49bd025
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/PR-merge-build-release.yaml
Expand Up @@ -11,7 +11,7 @@ name: Build Release APK
jobs:
flutter-setup:
if: github.event.pull_request.merged == true
name: Run Codegen and analyze
name: Run Flutter Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -24,8 +24,6 @@ jobs:
channel: 'stable'
- name: Get Pub Dependencies
run: flutter pub get
- 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 .

Expand Down

0 comments on commit 49bd025

Please sign in to comment.