WIP: update tests file #1

Draft
merith-tk wants to merge 7 commits from wip-entrypoint-tests-fix into wip-entrypoint
Showing only changes of commit 89807efc92 - Show all commits

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