Test
This commit is contained in:
parent
324fe5ed67
commit
5f938fe2a0
1 changed files with 6 additions and 0 deletions
6
.github/workflows/sonar.yml
vendored
6
.github/workflows/sonar.yml
vendored
|
|
@ -68,6 +68,12 @@ jobs:
|
|||
with:
|
||||
name: output
|
||||
path: ./output
|
||||
- name: check socket
|
||||
run: |
|
||||
ls -all /var/run/docker.sock
|
||||
- name: check docker
|
||||
run: |
|
||||
docker --version
|
||||
- name: Build Docker image
|
||||
user: "0:0"
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue