Including a delay to start the test.
This commit is contained in:
parent
b64c6e34ee
commit
fdabb37aaf
@ -8,5 +8,6 @@ install:
|
|||||||
- docker build -f tests/Dockerfile -t txgio/anki-connect .
|
- docker build -f tests/Dockerfile -t txgio/anki-connect .
|
||||||
script:
|
script:
|
||||||
- docker run -ti -d --rm -p 8765:8765 txgio/anki-connect
|
- docker run -ti -d --rm -p 8765:8765 txgio/anki-connect
|
||||||
|
- sleep 5
|
||||||
- >
|
- >
|
||||||
curl localhost:8765 -X POST -s -d '{"action": "version"}'
|
curl localhost:8765 -X POST -s -d '{"action": "version"}'
|
Loading…
Reference in New Issue
Block a user