Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 2s

This commit is contained in:
root 2025-06-11 09:50:54 +01:00
parent 628105ab16
commit fe334b8e97

View file

@ -10,6 +10,9 @@ jobs:
build: build:
runs-on: [docker] runs-on: [docker]
container:
image: forgejo-custom-runner:latest
steps: steps:
- name: Show working directory contents - name: Show working directory contents
run: ls -la run: ls -la