Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- run: npm ci
- name: Run unit tests
run: npm test
- name: Build the docker-compose stack
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
- name: Check running containers
run: docker ps -a
- name: Run e2e tests
Expand Down
Loading