Skip to content

Commit abe1b9c

Browse files
committed
fix: fix ci
1 parent 2e20cda commit abe1b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test_flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: flutter config --enable-macos-desktop
129129
- run: flutter doctor -v
130130
- name: Run MultiplePageTest Test
131-
run: cd integration_tests && npm run multiple_page_test
131+
run: cd integration_tests && LOAD_MODE=prerendering node scripts/preload_prerendering_page_integration.js
132132
id: test
133133
continue-on-error: true
134134
- name: Check on failures

0 commit comments

Comments
 (0)