1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
letu/.gitlab-ci.yml
2020-10-06 13:28:53 +02:00

16 lines
245 B
YAML

image: node:latest
services:
- postgres:latest
variables:
POSTGRES_DB: "letu"
POSTGRES_USER: "letu"
POSTGRES_PASSWORD: "letu"
POSTGRES_HOST_AUTH_METHOD: trust
NODE_ENV: "test"
all_tests:
script:
- npm install
- npm test