CI fix
This commit is contained in:
parent
eb6bfad0d2
commit
24ed1de959
@ -25,13 +25,13 @@ jobs:
|
|||||||
run: dotnet --version
|
run: dotnet --version
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore Jellyfin.Plugin.SRFPlay.sln
|
||||||
|
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Release --no-restore
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: dotnet test --no-build --configuration Release --verbosity normal
|
run: dotnet test Jellyfin.Plugin.SRFPlay.sln --no-build --configuration Release --verbosity normal
|
||||||
|
|
||||||
- name: Install JPRM
|
- name: Install JPRM
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -41,13 +41,13 @@ jobs:
|
|||||||
cat build.yaml
|
cat build.yaml
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore Jellyfin.Plugin.SRFPlay.sln
|
||||||
|
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Release --no-restore
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: dotnet test --no-build --configuration Release --verbosity normal
|
run: dotnet test Jellyfin.Plugin.SRFPlay.sln --no-build --configuration Release --verbosity normal
|
||||||
|
|
||||||
- name: Install JPRM
|
- name: Install JPRM
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -27,13 +27,13 @@ jobs:
|
|||||||
run: dotnet --version
|
run: dotnet --version
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore Jellyfin.Plugin.SRFPlay.sln
|
||||||
|
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
run: dotnet build --configuration Debug --no-restore
|
run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Debug --no-restore
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: dotnet test --no-build --configuration Debug --verbosity normal --logger "trx;LogFileName=test-results.trx"
|
run: dotnet test Jellyfin.Plugin.SRFPlay.sln --no-build --configuration Debug --verbosity normal --logger "trx;LogFileName=test-results.trx"
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user