make sure docker is running in tests?
Some checks failed
/ example-docker-compose (pull_request) Failing after 22s
checks / build and test (pull_request) Failing after 31s
checks / runner exec tests (pull_request) Has been skipped
/ cascade (pull_request) Failing after 7s

This commit is contained in:
merith-xyz 2024-09-28 09:04:12 -07:00
parent 6b3d20382e
commit 89807efc92

View file

@ -27,6 +27,11 @@ jobs:
apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye
docker compose version
- name: Start Docker
run: |
systemctl start docker
systemctl status docker
- name: run the example
run: |
set -x