fix(ci): Docker is missing in small/medium act runners
Some checks failed
CI / build (push) Failing after 18s
CI / test (built) (push) Has been skipped
CI / test (committed) (push) Has been skipped
CI / commentTestSuiteHelp (push) Has been skipped
CI / package (push) Has been skipped

This commit is contained in:
Jiří Štefka 2025-03-04 16:29:26 +01:00
parent 3d64030895
commit fcb0baa025
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

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