ci: add smoke workflow Fase B5
All checks were successful
smoke / hello (push) Successful in 24s

This commit is contained in:
seetrex-admin 2026-06-28 16:16:38 +00:00
parent 7de462ab5e
commit b6e9a2b46d

View file

@ -0,0 +1,19 @@
name: smoke
on:
push:
branches: [main]
jobs:
hello:
runs-on: ubuntu-22.04
steps:
- name: Smoke test message
run: |
echo "Forgejo Actions OK"
echo "Sprint Soberania Tecnologica EU - Fase B5 smoke test verde"
- name: Runtime context
run: |
uname -a
pwd
whoami
echo "GITHUB_REF=$GITHUB_REF"
echo "GITHUB_SHA=$GITHUB_SHA"