Add qbittorrent service

This commit is contained in:
Joel Wachsler 2022-07-10 15:42:13 +00:00
parent 4ee7c9d7b3
commit 2760d0f460

View File

@ -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