Skip to content

Commit 25cc59c

Browse files
committed
fix
1 parent 16a54f3 commit 25cc59c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/supabase_flutter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,14 @@ jobs:
8383
- name: Build and test web (JS)
8484
if: ${{ matrix.flutter-version == '3.x'}}
8585
run: |
86-
cd example
8786
flutter test --platform chrome
88-
flutter build web
87+
cd example && flutter build web
8988
9089
- name: Build and test web (WASM)
9190
if: ${{ matrix.flutter-version == '3.x'}}
9291
run: |
93-
cd example
9492
flutter test --platform chrome --wasm
95-
flutter build web --wasm
93+
cd example && flutter build web --wasm
9694
9795
- name: Build macOS app
9896
if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)