Skip to content

Commit

Permalink
Update .github/workflows/sonarcloud-build.yml
Browse files Browse the repository at this point in the history
Following the script fix suggested by Aliou

Co-authored-by: Aliou DIAITE <aliou.diaite@rte-france.com>
Signed-off-by: Juan Munoz <juancho0202@gmail.com>
  • Loading branch information
juancho0202 and AliouDIAITE authored Jun 20, 2023
1 parent e236402 commit 5fe7b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./mvn -B -s custom_maven_settings.xml clean verify
mvn -B -s custom_maven_settings.xml clean verify
- name: Save PR number to file
if: github.event_name == 'pull_request'
run: echo ${{ github.event.number }} > PR_NUMBER.txt
Expand Down

0 comments on commit 5fe7b59

Please sign in to comment.