Testing docker step
This commit is contained in:
parent
b80eb9634e
commit
8e2387746e
1 changed files with 6 additions and 3 deletions
9
.github/workflows/sonar.yml
vendored
9
.github/workflows/sonar.yml
vendored
|
|
@ -50,8 +50,11 @@ jobs:
|
|||
#
|
||||
docker-work:
|
||||
name: Docker stuff
|
||||
needs: sonarqube
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Testing docker install
|
||||
run: docker --help
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
path: ./output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue