Skip to content

Commit eaf3b56

Browse files
committed
Update download URI for wasm in tests
1 parent fae3594 commit eaf3b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ jobs:
209209

210210
- name: Web tests
211211
run: |
212-
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.7.0/sqlite3.wasm -o example/web/sqlite3.wasm
213-
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.7.0/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
212+
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.7.3/sqlite3.wasm -o example/web/sqlite3.wasm
213+
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.7.3/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
214214
dart test -P web -r expanded
215215
# If browsers behave differently on different platforms, surely that's not our fault...
216216
# So, only run browser tests on Linux to be faster.

0 commit comments

Comments
 (0)