From f87209b0c241e7bfebefc633c0d0304b452d3dcf Mon Sep 17 00:00:00 2001 From: andres Date: Sat, 16 May 2026 14:33:55 +0200 Subject: [PATCH] 2da prueba-cicd2 --- .gitea/workflows/ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..644e38b --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,12 @@ +name: Pipeline de prueba +on: + push: + branches: + - main +jobs: + verificacion: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Ejecutar script de prueba + run: bash test.sh \ No newline at end of file