Add temporary smoke-test workflow (to be removed)
smoke-test / smoke (push) Failing after 13m30s

This commit is contained in:
2026-07-18 21:53:50 +02:00
parent 2e78934b3a
commit 5803215702
+10
View File
@@ -0,0 +1,10 @@
name: smoke-test
on: [push]
jobs:
smoke:
runs-on: alpine
steps:
- run: echo "runner alive on $(uname -a)"
- run: |
echo "container id: $(cat /etc/hostname)"
echo "date: $(date)"