Skip to content

Commit

Permalink
Update DockerCI.yml
Browse files Browse the repository at this point in the history
try newer version of docker compose command
  • Loading branch information
hjwilli authored Aug 7, 2024
1 parent 55fd790 commit 71c683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DockerCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker-compose -f docker-compose-test.yml build
run: docker compose -f docker-compose-test.yml build

- name: Run integration tests
run: |
Expand Down

0 comments on commit 71c683d

Please sign in to comment.