Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Failing after 7s
Details
Release / test_build (push) Failing after 7s
Details
parent
07483224f5
commit
cf7c054604
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
test_build:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker:dind-rootless
|
||||
container: docker:dind
|
||||
steps:
|
||||
- name: Install dependencies # not present in `docker` container
|
||||
run: apk add --no-cache git nodejs
|
||||
|
|
Loading…
Reference in New Issue