debería funcionar
Some checks failed
run-on-push / run-script (push) Failing after 7m29s

This commit is contained in:
Álvaro González 2026-05-08 11:28:33 +02:00
parent bc6512ce05
commit 7360faf13a

View file

@ -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