We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ae368 commit b385568Copy full SHA for b385568
.github/workflows/build.yml
@@ -54,6 +54,6 @@ jobs:
54
- name: Install ncat
55
run: sudo apt-get install ncat
56
- name: Start up the mock servers
57
- run: cd code42-mock-servers; docker-compose up -d --build
+ run: cd code42-mock-servers; docker compose up -d --build
58
- name: Run the integration tests
59
run: sleep 15; tox -e integration
0 commit comments