build(gitlab-ci): use deno task test in postgres ci

This commit is contained in:
P. Reis 2024-07-05 17:52:13 -03:00
parent 34bbf6e39a
commit 1af229da45

View file

@ -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: