Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent 0099da2 commit 3a22bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a22bd4

Please sign in to comment.