WIP: update tests file #1
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue