Skip to content

Commit

Permalink
Merge pull request #125 from ssylver93/feature/WFPREV-34_3
Browse files Browse the repository at this point in the history
Test workflow
  • Loading branch information
ssylver93 authored Oct 1, 2024
2 parents 4071e70 + 8b51579 commit 275e626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache-dependency-path: './client/wfprev-war/src/main/angular/yarn.lock'

- name: Install dependencies and Angular CLI
working-directory: ./client/wfprev-war/src/main/angular
working-directory: ./client/wfprev-war/src/main/angulara
run: |
yarn install
yarn global add @angular/cli
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master

on-failure:
name: Post to Slack channel on failure
name: Post to Slack channel on failure
needs: sonarcloud
if: failure()
runs-on: ubuntu-latest
Expand Down

0 comments on commit 275e626

Please sign in to comment.