This commit is contained in:
parent
7de462ab5e
commit
b6e9a2b46d
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/smoke.yml
Normal file
19
.forgejo/workflows/smoke.yml
Normal 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"
|
||||||
Loading…
Reference in a new issue