mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Update build.yml
This commit is contained in:
parent
3bfe7aec45
commit
e995087971
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue