From 12af9bddb18da69c18a8f23145c74961feee76ac Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 28 Feb 2026 12:19:14 +0100 Subject: [PATCH] CI fix --- .gitea/workflows/build.yaml | 2 +- .gitea/workflows/release.yaml | 2 +- .gitea/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e9692fb..a20a133 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: - name: Build solution working-directory: build-${{ github.run_id }} - run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Release --no-restore --no-self-contained + run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Release --no-restore --no-self-contained /m:1 - name: Run tests working-directory: build-${{ github.run_id }} diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 7534277..a70af9d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: - name: Build solution working-directory: release-${{ github.run_id }} - run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Release --no-restore --no-self-contained + run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Release --no-restore --no-self-contained /m:1 - name: Run tests working-directory: release-${{ github.run_id }} diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 7d10ed5..dd5bbf5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Build solution working-directory: test-${{ github.run_id }} - run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Debug --no-restore --no-self-contained + run: dotnet build Jellyfin.Plugin.SRFPlay.sln --configuration Debug --no-restore --no-self-contained /m:1 - name: Run tests working-directory: test-${{ github.run_id }}