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 14aac5d commit 1e9db87Copy full SHA for 1e9db87
.github/workflows/build.yml
@@ -57,4 +57,4 @@ jobs:
57
- name: Start up the mock servers
58
run: cd code42-mock-servers; docker-compose up -d --build
59
- name: Run the integration tests
60
- run: cd code42cli; tox -e integration
+ run: sleep 15; cd code42cli; tox -e integration
0 commit comments