From 7360faf13a4476fc4c0ba8ab37ded63d73dcfc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Fri, 8 May 2026 11:28:33 +0200 Subject: [PATCH] =?UTF-8?q?deber=C3=ADa=20funcionar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 38980ce..b84dc82 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -9,9 +9,6 @@ jobs: run-script: runs-on: ubuntu-latest steps: - # - uses: actions/checkout@v4 - # - name: Run script 1 - # run: ./test.sh - name: Run script 1 run: uname -a - name: Run script 2 @@ -24,3 +21,6 @@ jobs: run: hostname -I - name: Run script 6 run: hostname + - uses: actions/checkout@v4 + - name: Run script 1 + run: ./test.sh