smoketest
Some checks are pending
smoke-test target mount / touch-file (push) Waiting to run

for workflow
This commit is contained in:
milo 2025-10-24 15:06:54 -04:00
parent 2d243cf6b5
commit d7b1d408b3

View file

@ -0,0 +1,14 @@
name: smoke-test target mount
on:
push:
branches: [ main ]
jobs:
touch-file:
runs-on: docker
container:
image: alpine:3.20
steps:
- name: write test file
run: |
echo "hello from forgejo $(date -u)" > /target/ci-test.txt