Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Failing after 7s Details

Gertjan Krol 2023-09-01 21:09:19 +00:00
parent 07483224f5
commit cf7c054604
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
test_build: test_build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: docker:dind-rootless container: docker:dind
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