Skip to content

Commit e40e71d

Browse files
committed
added gitlab CL configs
1 parent a82ce99 commit e40e71d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
stages:
2+
- build
3+
- test
4+
15
image: node:latest
26

37
services:
@@ -7,6 +11,10 @@ variables:
711
POSTGRES_DB: my_products_tests
812
POSTGRES_USER: codex-coder
913
POSTGRES_PASSWORD: "pg123"
14+
15+
test:
16+
stage: test
17+
1018

1119
postgresql:
1220
script:

0 commit comments

Comments
 (0)