Skip to content

Commit

Permalink
no tests therefore no sonar (#72)
Browse files Browse the repository at this point in the history
There are no tests here at present and therefore nothing to analyze, but
the analysis failure is (unjustly) marking every PR with a failure. Update

Update to a workflows version that supports this flag.
  • Loading branch information
zburke authored Oct 3, 2024
1 parent 557f197 commit 380f7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:

jobs:
ui:
uses: folio-org/.github/.github/workflows/ui.yml@v1.1
uses: folio-org/.github/.github/workflows/ui.yml@v1.5
secrets: inherit
with:
jest-enabled: false
sonar-enabled: false

0 comments on commit 380f7d0

Please sign in to comment.