Update build.yml

pull/4329/head
Jamie 3 years ago committed by GitHub
parent 3bfe7aec45
commit e995087971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,14 +45,14 @@ jobs:
- name: Run Unit Tests
run: |
cd src/Ombi
cd src
dotnet test --logger trx --results-directory "TestResults"
- name: Upload dotnet test results
uses: actions/upload-artifact@v2
with:
name: dotnet-results-*
path: TestResults
path: src/TestResults
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

Loading…
Cancel
Save