Skip to content

Commit 38f1702

Browse files
authored
Update ci.yml
Test wait (sleep) for selenium-server container up and running
1 parent 25333c1 commit 38f1702

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ jobs:
4747

4848
# start tests inside test-container
4949
steps:
50+
- name: sleep for 20 seconds
51+
run: sleep 20s
52+
shell: bash
5053
- name: run tests
5154
run: /var/lib/x0/sys/docker-run-pytest.sh

0 commit comments

Comments
 (0)