Skip to content

Commit 0fa4a4e

Browse files
committed
Fix: Step actions
1 parent 314136c commit 0fa4a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn install
2929

3030
- name: "Set up Docker"
31-
run: docker-compose -f ./docker-compose.actions.yml up -d
31+
run: docker compose -f docker-compose.actions.yml up -d
3232
env:
3333
POSTGRES_USER: ${{ vars.POSTGRES_USER_DOCKER }}
3434
POSTGRES_PASSWORD: ${{ vars.POSTGRES_PASSWORD_DOCKER }}

0 commit comments

Comments
 (0)