This commit is contained in:
parent
bc6512ce05
commit
7360faf13a
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,6 @@ jobs:
|
||||||
run-script:
|
run-script:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
|
||||||
# - name: Run script 1
|
|
||||||
# run: ./test.sh
|
|
||||||
- name: Run script 1
|
- name: Run script 1
|
||||||
run: uname -a
|
run: uname -a
|
||||||
- name: Run script 2
|
- name: Run script 2
|
||||||
|
|
@ -24,3 +21,6 @@ jobs:
|
||||||
run: hostname -I
|
run: hostname -I
|
||||||
- name: Run script 6
|
- name: Run script 6
|
||||||
run: hostname
|
run: hostname
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Run script 1
|
||||||
|
run: ./test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue