Skip to content

Commit

Permalink
cleaonup main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Apr 11, 2024
1 parent a2031e3 commit d84b5ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal --logger trx --results-directory "TestResults-${{ matrix.os }} ${{ matrix.dotnet-version }}"
# - name: Upload dotnet test results
# uses: actions/[email protected]
# with:
# name: TestResults-${{ matrix.os }} ${{ matrix.dotnet-version }}
# path: TestResults-${{ matrix.os }} ${{ matrix.dotnet-version }}
# retention-days: 30
# # Use always() to always run this step to publish test results when there are test failures
# continue-on-error: true
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit d84b5ef

Please sign in to comment.