Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored May 3, 2024
1 parent b47b0f1 commit e87fe9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
sonarcloudFrontend:
name: sonarcloudFrontend
runs-on: ubuntu-latest
defaults:
run:
working-directory: syg-frontend
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -84,5 +87,3 @@ jobs:
uses: sonarsource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: syg-frontend/

0 comments on commit e87fe9c

Please sign in to comment.