Skip to content

Commit 8a38632

Browse files
authored
Merge pull request #473 from yashmurty/fix-docker-compose
chore(tests): fix docker compose for GH action
2 parents 8f60e83 + a5600d2 commit 8a38632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- run: npm ci
4040
- name: Run unit tests
4141
run: npm test
42-
- name: Build the docker-compose stack
43-
run: docker-compose -f docker-compose.yml up -d pgsqldb
42+
- name: Build the docker compose stack
43+
run: docker compose -f docker-compose.yml up -d pgsqldb
4444
- name: Check running containers
4545
run: docker ps -a
4646
- name: Run e2e tests

0 commit comments

Comments
 (0)