This commit is contained in:
parent
556383f705
commit
249365e430
1 changed files with 9 additions and 1 deletions
|
@ -15,4 +15,12 @@ jobs:
|
|||
|
||||
- name: List the repository files
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
ls ${{ github.workspace }}
|
||||
|
||||
- name: Tell me who I am
|
||||
run: |
|
||||
whoami
|
||||
|
||||
- name: Check for the Docker socket
|
||||
run: |
|
||||
ls -alh /var/run
|
Loading…
Add table
Add a link
Reference in a new issue