diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f35f1af..5f733a6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Ejecutar script de prueba - run: bash test2.sh \ No newline at end of file + run: bash test.sh \ No newline at end of file diff --git a/test.sh b/test.sh index df6be53..a294fdc 100644 --- a/test.sh +++ b/test.sh @@ -5,3 +5,4 @@ echo "Directorios" pwd echo "Archivos" ls -la +echo "Funciona correctamente" diff --git a/test1.sh b/test1.sh new file mode 100644 index 0000000..e69de29