Files
microservicios_python/.gitea/workflows/test.yml
dfcarvajal 64cf36382c
Some checks failed
build / build (push) Failing after 10s
test / echo (push) Successful in 0s
CHANGE: test actions build
2025-12-12 13:39:52 +01:00

8 lines
111 B
YAML

name: test
on: [push]
jobs:
echo:
runs-on: k8s
steps:
- run: echo "Gitea Actions funcionando!"