make sure docker is running in tests?
This commit is contained in:
parent
6b3d20382e
commit
89807efc92
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue