Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC committed May 3, 2024
2 parents 99ca6b8 + a5186d5 commit c435ad2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run:
working-directory: syg-backend
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -61,7 +61,7 @@ jobs:

# Build and test the project
- name: Build and Test
run: mvn clean install
run: mvn clean verify

# SonarCloud analysis
- name: SonarCloud Analysis
Expand Down Expand Up @@ -89,3 +89,5 @@ jobs:
uses: sonarsource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
sonar.exclusions: '**/*.java' # Excluir todos los archivos Java

0 comments on commit c435ad2

Please sign in to comment.