2da prueba-cicd2
This commit is contained in:
parent
6c3aece56c
commit
f87209b0c2
1 changed files with 12 additions and 0 deletions
12
.gitea/workflows/ci.yaml
Normal file
12
.gitea/workflows/ci.yaml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue