Skip to content

Commit 18ca1f6

Browse files
committed
Write asset hashes first
1 parent 5635761 commit 18ca1f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,10 @@ jobs:
177177
dart-dependencies-${{ matrix.dart }}-
178178
dart-dependencies-
179179
180-
- name: Write asset hashes
181-
run: dart run tool/write_asset_hashes.dart
180+
- name: Prepare for tests
181+
run: |
182+
dart run tool/write_asset_hashes.dart
183+
dart run tool/hook_overrides.dart compiled
182184
- name: Web tests
183185
run: |
184186
cp ../sqlite-compiled/*.wasm web/

0 commit comments

Comments
 (0)