Skip to content

Commit b385568

Browse files
docker compose
1 parent 28ae368 commit b385568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: Install ncat
5555
run: sudo apt-get install ncat
5656
- name: Start up the mock servers
57-
run: cd code42-mock-servers; docker-compose up -d --build
57+
run: cd code42-mock-servers; docker compose up -d --build
5858
- name: Run the integration tests
5959
run: sleep 15; tox -e integration

0 commit comments

Comments
 (0)