From 2760d0f46063396a8157adee72b2b61778a960c7 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 15:42:13 +0000 Subject: [PATCH] Add qbittorrent service --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a96632..4e8932b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,12 @@ jobs: command: clippy --D warnings test: runs-on: ubuntu-22.04 + services: + # Needed for tests to pass + qbittorrent: + image: linuxserver/qbittorrent:4.4.3 + ports: + - 8080:8080 steps: - uses: actions/checkout@v2 - name: Install latest stable