From dbdbc3c5d8252fe28134b1d859a51ffe2aa4a0f3 Mon Sep 17 00:00:00 2001 From: Sofiene BEN KHEMIS Date: Mon, 10 May 2021 11:17:05 +0200 Subject: [PATCH] Remove Pom for Sonar --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91c743c..285aac5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 + - name: Remove pom + run: rm -f pom.xml - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master env: