Skip to content

Commit

Permalink
Update investigating.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 authored Sep 17, 2024
1 parent f86416b commit 7ba17ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/investigating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet tool update --global JetBrains.ReSharper.GlobalTools --version ${{ matrix.resharper-version }}
- name: Run ReSharper
run: |
jb inspectcode --output=report.xml --severity=INFO --absolute-paths TestSolution/TestSolution.sln
jb inspectcode --output=report.xml --severity=ERROR --absolute-paths TestSolution/TestSolution.sln
- name: Show Report
run: |
cat report.xml

0 comments on commit 7ba17ae

Please sign in to comment.