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