ajout du test smoke de workflow
Some checks failed
Smoke / hello (push) Failing after 10s

This commit is contained in:
2025-11-06 18:28:03 +00:00
parent f8f9cb3696
commit 0d5bb17452

View File

@@ -0,0 +1,12 @@
name: Smoke
on:
workflow_dispatch: {}
push:
branches: ["main"]
jobs:
hello:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: echo "Runner=$RUNNER_NAME OK ; SHA=$GITHUB_SHA"