💚 actually start docker
Some checks failed
Build OCI Images / build (push) Failing after 10s

This commit is contained in:
Rose 2024-07-24 02:46:55 -04:00
parent c628724ebc
commit 3b220ff4aa
No known key found for this signature in database

View file

@ -8,11 +8,12 @@ jobs:
container:
image: node:21-alpine
steps:
- name: setup node
- name: setup job
run: |
apk add --no-cache libc6-compat git zstd docker docker-cli
apk update
addgroup $(whoami) docker
service docker start
yarn set version canary
yarn config set nodeLinker node-modules
- name: checkout