Commit 4d743f4
committed
Windows: Ensure Docker engine is running
When running a swift_package_tests.yaml workflow, workflows running in a
docker container on windows would often fails as the docker engine was
not currently ready to accept requests.
Add a step that ensure the docker engine is ready, by calling `docker info`
before performing any other docker steps.1 parent f84da04 commit 4d743f4
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
753 | 777 | | |
754 | 778 | | |
755 | 779 | | |
| |||
0 commit comments