13 lines
No EOL
225 B
YAML
13 lines
No EOL
225 B
YAML
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 test2.sh |