We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f60e83 + a5600d2 commit 8a38632Copy full SHA for 8a38632
.github/workflows/tests-workflow.yml
@@ -39,8 +39,8 @@ jobs:
39
- run: npm ci
40
- name: Run unit tests
41
run: npm test
42
- - name: Build the docker-compose stack
43
- run: docker-compose -f docker-compose.yml up -d pgsqldb
+ - name: Build the docker compose stack
+ run: docker compose -f docker-compose.yml up -d pgsqldb
44
- name: Check running containers
45
run: docker ps -a
46
- name: Run e2e tests
0 commit comments