From 95ec00516b62c200b21e6ace60e494691bdc762b Mon Sep 17 00:00:00 2001 From: liviu Date: Mon, 8 Dec 2025 14:30:19 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5746c65..332206c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -54,3 +54,10 @@ jobs: # env: # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # + docker-work: + name: Docker stuff + runs-on: docker + steps: + - name Testing docker install + run: docker --help + \ No newline at end of file