File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 "
You can’t perform that action at this time.
0 commit comments