Skip to content

Commit c6141a6

Browse files
committed
ci: add chrome test
1 parent ff8b67e commit c6141a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/supabase_flutter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: Run tests
7171
run: flutter test --concurrency=1
7272

73+
- name: Run tests on chrome
74+
run: flutter test --concurrency=1 --platform chrome
75+
7376
- name: Run tests with downgraded app_links
7477
run: |
7578
flutter pub downgrade app_links

0 commit comments

Comments
 (0)