Skip to content

Commit 456051e

Browse files
committed
fix(firestore,windows): fix CI issue
1 parent 15eb457 commit 456051e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- name: Start Firebase Emulator and run tests
5959
run: cd ./.github/workflows/scripts && firebase emulators:exec --project flutterfire-e2e-tests "cd ../../../tests && flutter test .\integration_test\e2e_test.dart -d windows --verbose"
6060

61-
# We cannot run the tests but we can still try to build the app because of https://github.com/flutter/flutter/issues/79213
6261
windows-firestore:
6362
runs-on: windows-latest
6463
timeout-minutes: 45
@@ -88,4 +87,4 @@ jobs:
8887
run: |
8988
npm install -g firebase-tools
9089
- name: Start Firebase Emulator and run tests
91-
run: cd ./.github/workflows/scripts && firebase emulators:exec --project flutterfire-e2e-tests "cd ../../../packages/cloud_firestore/cloud_firestore/example && flutter build windows"
90+
run: cd ./.github/workflows/scripts && firebase emulators:exec --project flutterfire-e2e-tests "cd ../../../packages/cloud_firestore/cloud_firestore/example && flutter test .\integration_test\e2e_test.dart -d windows --verbose"

0 commit comments

Comments
 (0)