mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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
|
- name: Run Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd src/Ombi
|
cd src
|
||||||
dotnet test --logger trx --results-directory "TestResults"
|
dotnet test --logger trx --results-directory "TestResults"
|
||||||
|
|
||||||
- name: Upload dotnet test results
|
- name: Upload dotnet test results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: dotnet-results-*
|
name: dotnet-results-*
|
||||||
path: TestResults
|
path: src/TestResults
|
||||||
# Use always() to always run this step to publish test results when there are test failures
|
# Use always() to always run this step to publish test results when there are test failures
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue