portfolio/.forgejo/workflows/smoke.yml
milo bbca18150e
Some checks failed
smoke-test target mount / touch-file (push) Failing after 3s
changed from docker to ubuntu
2025-10-24 15:19:32 -04:00

14 lines
No EOL
277 B
YAML

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