test: install docker

This commit is contained in:
Tom Andrade 2023-08-30 10:52:27 +02:00
parent 28209e3459
commit 158549762a
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- uses: actions/checkout@v3 - uses: actions/checkout@v3