fix(ci): Docker is missing in small/medium act runners
This commit is contained in:
parent
3d64030895
commit
fcb0baa025
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue