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

This commit is contained in:
root 2025-06-10 23:50:02 +01:00
parent 84e56586d3
commit 661e06cbd4

View file

@ -11,10 +11,8 @@ jobs:
runs-on: [docker]
steps:
- name: Checkout code
run: |
git clone "${CI_REPO_URL}" .
git checkout "${CI_COMMIT_REF}"
- name: Show working directory contents
run: ls -la
- name: Install system dependencies
run: |