Skip to content

Commit

Permalink
Merge pull request #139 from mdpadberg/integration-pipeline-change
Browse files Browse the repository at this point in the history
switch from docker-compose to docker compose
  • Loading branch information
mdpadberg authored Sep 16, 2024
2 parents 303822e + eb07f1f commit a7c02ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
toolchain: stable
target: x86_64-unknown-linux-gnu
- name: Run integration tests
run: docker-compose up --exit-code-from mcf --build
run: docker compose up --exit-code-from mcf --build

0 comments on commit a7c02ab

Please sign in to comment.