Commit 47235e0
authored
ci: use correct container engine for test_tesseract_serve_interop (#328)
Currently, the test uses a literal `docker` command to setup the
network. If an alternative container (such as `podman` is used) it
doesn't seem to be guaranteed that it can see this same network. (Led to
failing tests in #324 when trying to run without setting `DOCKER_HOST`)1 parent e0ed0d0 commit 47235e0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
625 | 626 | | |
626 | 627 | | |
627 | 628 | | |
| 629 | + | |
| 630 | + | |
628 | 631 | | |
629 | 632 | | |
630 | | - | |
| 633 | + | |
631 | 634 | | |
632 | 635 | | |
633 | 636 | | |
| |||
0 commit comments