This commit is contained in:
parent
87e3a1e5ec
commit
bc6512ce05
1 changed files with 7 additions and 1 deletions
|
|
@ -10,11 +10,17 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- name: Run script
|
# - name: Run script 1
|
||||||
# run: ./test.sh
|
# run: ./test.sh
|
||||||
|
- name: Run script 1
|
||||||
run: uname -a
|
run: uname -a
|
||||||
|
- name: Run script 2
|
||||||
run: date
|
run: date
|
||||||
|
- name: Run script 3
|
||||||
run: whoami
|
run: whoami
|
||||||
|
- name: Run script 4
|
||||||
run: pwd
|
run: pwd
|
||||||
|
- name: Run script 5
|
||||||
run: hostname -I
|
run: hostname -I
|
||||||
|
- name: Run script 6
|
||||||
run: hostname
|
run: hostname
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue