mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
ci: 🚧 set test to run different configuration [skip ci]
This commit is contained in:
parent
ba32db89ce
commit
2887b5d686
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
dotnet test --logger trx --results-directory "TestResults"
|
dotnet test -c NonUiBuild --logger trx --results-directory "TestResults"
|
||||||
|
|
||||||
versioning:
|
versioning:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue