mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29: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:
|
postgres:
|
||||||
stage: test
|
stage: test
|
||||||
script: deno task db:migrate
|
script: deno task db:migrate && deno task test
|
||||||
services:
|
services:
|
||||||
- postgres:16
|
- postgres:16
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue