We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae3594 commit eaf3b56Copy full SHA for eaf3b56
.github/workflows/main.yml
@@ -209,8 +209,8 @@ jobs:
209
210
- name: Web tests
211
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
+ curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.7.3/sqlite3.wasm -o example/web/sqlite3.wasm
+ curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.7.3/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
214
dart test -P web -r expanded
215
# If browsers behave differently on different platforms, surely that's not our fault...
216
# So, only run browser tests on Linux to be faster.
0 commit comments