mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
build(gitlab-ci): use deno task test in postgres ci
This commit is contained in:
parent
34bbf6e39a
commit
1af229da45
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ test:
|
|||
|
||||
postgres:
|
||||
stage: test
|
||||
script: deno task db:migrate
|
||||
script: deno task db:migrate && deno task test
|
||||
services:
|
||||
- postgres:16
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue