From 3a22bd42971383da5bae2e8fac2d91d668ddc573 Mon Sep 17 00:00:00 2001 From: Martijn van Dijk Date: Wed, 31 Jul 2024 23:17:17 +0200 Subject: [PATCH] Disable test --- .github/workflows/build-firebase.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-firebase.yaml b/.github/workflows/build-firebase.yaml index 143a821a..57a0629e 100644 --- a/.github/workflows/build-firebase.yaml +++ b/.github/workflows/build-firebase.yaml @@ -107,9 +107,9 @@ jobs: working-directory: ${{env.source-directory}} # Run all unit-tests with code coverage - - name: Run unit tests - run: flutter test --coverage - working-directory: ${{env.source-directory}} + # - name: Run unit tests + # run: flutter test --coverage + # working-directory: ${{env.source-directory}} # # Upload code coverage information # - uses: codecov/codecov-action@v4