Skip to content

Commit

Permalink
docs(#83): fix workflow for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dartmol203 authored Dec 1, 2024
1 parent d00179c commit 7d03bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build for Sonar
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
-Dsonar.organization=fga-eps-mds-1 \
-Dsonar.projectKey=fga-eps-mds_2024.2-ARANDU-APP\
-Dsonar.sources=./lib \
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.host.url=https://sonarcloud.io

0 comments on commit 7d03bf7

Please sign in to comment.