Skip to content

Commit

Permalink
Update action to docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Apr 3, 2024
1 parent 15df535 commit fb57c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Start environment
run: docker-compose -f "system_test/docker-compose.yml" up -d --build
run: docker compose -f "system_test/docker-compose.yml" up -d --build

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit fb57c97

Please sign in to comment.