aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2021-09-15 19:32:55 +0200
committerNiels van Velzen <git@ndat.nl>2021-09-15 19:32:55 +0200
commite6c9add45a9b326dd61f0d90927930728a9a7e8e (patch)
treee828f6d9ee9356f91a1397d8ecced016895feda6 /.github
parent2cd1c70e556e682a421121bdb01be50eee84194e (diff)
Use more specific test command
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/openapi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml
index 8bef8fa65..701e38fb2 100644
--- a/.github/workflows/openapi.yml
+++ b/.github/workflows/openapi.yml
@@ -17,7 +17,7 @@ jobs:
with:
dotnet-version: '5.0.x'
- name: Generate openapi.json
- run: dotnet test -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
+ run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
- name: Upload openapi.json
uses: actions/upload-artifact@v2
with:
@@ -40,7 +40,7 @@ jobs:
with:
dotnet-version: '5.0.x'
- name: Generate openapi.json
- run: dotnet test -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
+ run: dotnet test tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj -c Release --filter "Jellyfin.Server.Integration.Tests.OpenApiSpecTests"
- name: Upload openapi.json
uses: actions/upload-artifact@v2
with: