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 2e20cda commit abe1b9cCopy full SHA for abe1b9c
.github/workflows/integration_test_flutter.yml
@@ -128,7 +128,7 @@ jobs:
128
- run: flutter config --enable-macos-desktop
129
- run: flutter doctor -v
130
- name: Run MultiplePageTest Test
131
- run: cd integration_tests && npm run multiple_page_test
+ run: cd integration_tests && LOAD_MODE=prerendering node scripts/preload_prerendering_page_integration.js
132
id: test
133
continue-on-error: true
134
- name: Check on failures
0 commit comments