Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/supabase_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
cd example && flutter build web

- name: Build and test web (WASM)
# WASM tests have known infrastructure flakiness (12min+ loading timeouts)
# Allow CI to continue while still running tests for visibility
continue-on-error: true
if: ${{ matrix.os == 'ubuntu-latest' && matrix.flutter-version == '3.x'}}
run: |
flutter test --platform chrome --wasm
Expand Down
Loading