From 5d4049d50c7714cb2c4dccc524557bc3a5cbca92 Mon Sep 17 00:00:00 2001 From: Peter Harrison Date: Tue, 21 Dec 2021 12:20:19 -0800 Subject: [PATCH] Update push.yaml --- .github/workflows/push.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 58c1da249d..4522fdedf2 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -2,19 +2,9 @@ name: PUSH Workflow on: [push] jobs: - PR-Greeting: - name: Greeting Message to user - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: "Congratulations on making your first PR! :confetti_ball: If you haven't already, check out our [Contributing Guidelines](https://github.com/PalisadoesFoundation/talawa/blob/master/CONTRIBUTING.md) and [PR Reporting Guidelines](https://github.com/PalisadoesFoundation/talawa/blob/master/PR-guidelines.md) to ensure that you are following our guidelines for contributing and creating PR." - Flutter-Codebase-Check: name: Checking codebase runs-on: ubuntu-latest - needs: PR-Greeting steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 @@ -49,12 +39,7 @@ jobs: - name: Running pub get to fetch dependencies run: flutter pub get - name: Codebase testing - run: flutter test --coverage - - name: Report code coverage - uses: VeryGoodOpenSource/very_good_coverage@v1.1.1 - with: - path: "./coverage/lcov.info" - min_coverage: 25 + run: flutter test Android-Build: name: Testing build for android