diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index cbfcd5f..2f2c07f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -50,8 +50,11 @@ jobs: # docker-work: name: Docker stuff + needs: sonarqube runs-on: docker steps: - - name: Testing docker install - run: docker --help - \ No newline at end of file + - name: Download build artifacts + uses: actions/download-artifact@v3 + with: + name: output + path: ./output