Use docker on CI
🚀 Release Plugin / build-and-release (push) Failing after 2s
🧪 Test Plugin / test (push) Failing after 50s
🏗️ Build Plugin / build (push) Failing after 50s

This commit is contained in:
2026-02-28 12:05:41 +01:00
parent d75e69249b
commit 46684402e6
4 changed files with 28 additions and 34 deletions
+3 -4
View File
@@ -17,15 +17,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: gitea.tourolle.paris/dtourolle/srfplay-builder:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Verify .NET installation
run: dotnet --version
- name: Restore dependencies
run: dotnet restore Jellyfin.Plugin.SRFPlay.sln