Skip to content

Commit 40c0841

Browse files
committed
ci: ensure database is available before running docs:validate
1 parent 1c4265d commit 40c0841

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-eql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
install: true
4040
cache: true
4141

42+
- name: Setup database
43+
run: |
44+
mise run postgres:up --extra-args "--detach --wait"
45+
4246
- name: Validate SQL documentation
4347
run: |
4448
mise run docs:validate

0 commit comments

Comments
 (0)