make sure docker is running in tests?

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 apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye
docker compose version docker compose version
- name: Start Docker
run: |
systemctl start docker
systemctl status docker
- name: run the example - name: run the example
run: | run: |
set -x set -x