Skip to content

Commit

Permalink
ci: Swap to sonar testing .lib folder instead of .src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 18, 2024
1 parent a005494 commit 0018afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
ui:
# Use the shared workflow from https://github.com/folio-org/.github
uses: folio-org/.github/.github/workflows/ui.yml@v1
with:
sonar-sources: ./lib
# Only handle push events from the main branch, to decrease noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push'
secrets: inherit

0 comments on commit 0018afd

Please sign in to comment.