Yes, continue
All checks were successful
/ test (push) Successful in 1m7s

This commit is contained in:
Patrik Lundin 2024-10-04 16:18:39 +02:00
parent f37f964748
commit 81d63942b8
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -5,5 +5,5 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- run: apt update - run: apt update
- run: apt install docker.io - run: apt install -y docker.io
- run: docker ps - run: docker ps