We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0099da2 commit 3a22bd4Copy full SHA for 3a22bd4
.github/workflows/build-firebase.yaml
@@ -107,9 +107,9 @@ jobs:
107
working-directory: ${{env.source-directory}}
108
109
# Run all unit-tests with code coverage
110
- - name: Run unit tests
111
- run: flutter test --coverage
112
- working-directory: ${{env.source-directory}}
+ # - name: Run unit tests
+ # run: flutter test --coverage
+ # working-directory: ${{env.source-directory}}
113
114
# # Upload code coverage information
115
# - uses: codecov/codecov-action@v4
0 commit comments