Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Feb 20, 2025
1 parent c16a894 commit 19c8d9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
Android-Build:
name: Testing build for android
runs-on: ubuntu-latest
needs: [Flutter-Codebase-Check, Flutter-Testing]
needs: [Flutter-Testing]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -224,7 +224,7 @@ jobs:
iOS-Build:
name: Testing build for iOS
runs-on: macos-latest
needs: [Flutter-Codebase-Check, Flutter-Testing]
needs: [Flutter-Testing]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -275,7 +275,6 @@ jobs:
Python-Compliance:
name: Check Python Code Style
runs-on: ubuntu-latest
needs: [Flutter-Codebase-Check]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 19c8d9a

Please sign in to comment.