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 2, 2024
1 parent 21b7ba0 commit 06069d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run test:coverage
- run: nom run lint
- run: npm run lint

sonarcloudBackend:
name: sonarcloudBackend
runs-on: ubuntu-latest
defaults:
run:
working-directory: syg-backend
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 06069d4

Please sign in to comment.