Skip to content

Commit 1e9db87

Browse files
authored
add sleep (#356)
1 parent 14aac5d commit 1e9db87

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
@@ -57,4 +57,4 @@ jobs:
5757
- name: Start up the mock servers
5858
run: cd code42-mock-servers; docker-compose up -d --build
5959
- name: Run the integration tests
60-
run: cd code42cli; tox -e integration
60+
run: sleep 15; cd code42cli; tox -e integration

0 commit comments

Comments
 (0)