test 3
Some checks failed
smoke-test target mount / touch-file (push) Failing after 1s

This commit is contained in:
milo 2025-10-24 15:57:39 -04:00
parent bbca18150e
commit 2e76053e6d

View file

@ -9,6 +9,4 @@ jobs:
container: container:
image: alpine:3.20 image: alpine:3.20
steps: steps:
- name: write test file - run: echo "hello from forgejo $(date -u)" > /target/ci-test.txt
run: |
echo "hello from forgejo $(date -u)" > /target/ci-test.txt