portfolio/.forgejo/workflows/smoke.yml

12 lines
235 B
YAML
Raw Normal View History

2025-10-24 15:06:54 -04:00
name: smoke-test target mount
on:
push:
branches: [ main ]
jobs:
touch-file:
2025-10-24 15:19:32 -04:00
runs-on: ubuntu-latest
2025-10-24 15:06:54 -04:00
container:
image: alpine:3.20
steps:
2025-10-24 15:57:39 -04:00
- run: echo "hello from forgejo $(date -u)" > /target/ci-test.txt