mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
wip
This commit is contained in:
parent
4b055aeb36
commit
fa031a7142
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -34,4 +34,7 @@ jobs:
|
||||||
./src/Ombi/ClientApp/dist/
|
./src/Ombi/ClientApp/dist/
|
||||||
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
run: dotnet test ~/src/Ombi.sln
|
run: |
|
||||||
|
ls
|
||||||
|
cd ./src/Ombi
|
||||||
|
dotnet test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue