Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Don't run tests in Deploy-Action, APIs might be down
  • Loading branch information
cmadh committed Apr 10, 2023
1 parent 5732b02 commit 6157f44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --configuration Release --verbosity normal --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
- name: Upload dotnet test results
uses: actions/upload-artifact@v3
with:
name: test-results
path: TestResults
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

pack-nuget:
needs: build
Expand Down

0 comments on commit 6157f44

Please sign in to comment.