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