Skip to content

Commit 3a22bd4

Browse files
committed
Disable test
1 parent 0099da2 commit 3a22bd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-firebase.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
working-directory: ${{env.source-directory}}
108108

109109
# Run all unit-tests with code coverage
110-
- name: Run unit tests
111-
run: flutter test --coverage
112-
working-directory: ${{env.source-directory}}
110+
# - name: Run unit tests
111+
# run: flutter test --coverage
112+
# working-directory: ${{env.source-directory}}
113113

114114
# # Upload code coverage information
115115
# - uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)