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 78dc137 commit 52390e7Copy full SHA for 52390e7
.github/workflows/supabase_flutter.yml
@@ -70,10 +70,14 @@ jobs:
70
- name: Run tests
71
run: flutter test --concurrency=1
72
73
- - name: Run tests on chrome
+ - name: Run tests on chrome with js
74
if: ${{ matrix.sdk == '3.x'}}
75
run: flutter test --platform chrome
76
77
+ - name: Run tests on chrome with wasm
78
+ if: ${{ matrix.sdk == '3.x'}}
79
+ run: flutter test --platform chrome --wasm
80
+
81
- name: Run tests with downgraded app_links
82
run: |
83
flutter pub downgrade app_links
0 commit comments