Skip to content

Commit

Permalink
Fixed issue with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarfsail committed Dec 22, 2022
1 parent b570733 commit ae8fdd0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.102
dotnet-version: 7.0.101

- name: Restore dependencies
run: dotnet restore dirs.proj
Expand All @@ -28,15 +28,6 @@ jobs:

- name: Test
run: dotnet test --no-build --configuration Release --verbosity normal --logger trx --results-directory ./TestResults dirs.proj

- name: Parse Trx files
uses: OSalplachtaSW/trx-parser@0.0.10
id: trx-parser
if: always()
with:
TRX_PATH: ${{ github.workspace }}/TestResults #This should be the path to your TRX files
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPORT_ONLY_FAILED: true

- name: Capture Test Results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ae8fdd0

Please sign in to comment.