Skip to content

Commit afa9254

Browse files
committed
changes
1 parent 04bea2d commit afa9254

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
run: pnpm install
6161

6262
- name: Run indexer migration
63-
run: pnpm run db:migrate
63+
run: |
64+
pnpm run build
65+
pnpm run db:migrate
6466
6567
- name: Checkout code
6668
uses: actions/checkout@v4

0 commit comments

Comments
 (0)