Skip to content

Commit 1673a73

Browse files
committed
Web tests: Write asset hashes first
1 parent 8b189dc commit 1673a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ jobs:
177177
dart-dependencies-${{ matrix.dart }}-
178178
dart-dependencies-
179179
180+
- name: Write asset hashes
181+
run: dart run tool/write_asset_hashes.dart
180182
- name: Web tests
181183
run: |
182184
cp ../sqlite-compiled/*.wasm web/

0 commit comments

Comments
 (0)