From 8e2387746e47ba0e6effde3f500c54a041634755 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 15:08:57 +0100 Subject: [PATCH] Testing docker step --- .github/workflows/sonar.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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