fix(ci): Docker is missing in small/medium act runners

This commit is contained in:
jiriks74 2025-03-04 16:29:26 +01:00
parent 3d64030895
commit cf18b4ebc5
No known key found for this signature in database
GPG Key ID: 1D5E30D3DB2264DE

View File

@ -24,6 +24,8 @@ jobs:
with: with:
node-version: 20.x node-version: 20.x
cache: npm cache: npm
- name: Install Docker
run: apt update && apt install docker.io -y
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: npm run format-check - run: npm run format-check