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 18, 2024
1 parent 8b83ac0 commit 4f7be00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/investigating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
resharper-version: [ '2023.3.6', '2024.1.0', '2024.1.6', '2024.2.0' ]
resharper-version: [ '2023.3.6' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,4 +20,7 @@ jobs:
dotnet tool update --global JetBrains.ReSharper.GlobalTools --version ${{ matrix.resharper-version }}
- name: Run ReSharper
run: |
jb inspectcode --version
jb inspectcode --output=report.xml --format=json TestSolution/TestSolution.sln
- name: Show Report
run: |
cat report.xml

0 comments on commit 4f7be00

Please sign in to comment.