mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Remove sync tests from CI (#1028)
This commit is contained in:
parent
2f52b300f1
commit
1e92061d20
1 changed files with 0 additions and 12 deletions
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
|
@ -175,18 +175,6 @@ jobs:
|
|||
--cov=plexapi \
|
||||
tests
|
||||
|
||||
- name: Sync tests with ${{ matrix.plex }} server
|
||||
if: matrix.plex == 'claimed'
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
pytest \
|
||||
-rxXs \
|
||||
--tb=native \
|
||||
--verbose \
|
||||
--cov=plexapi \
|
||||
--cov-append \
|
||||
tests/test_sync.py
|
||||
|
||||
- name: Unlink PMS from MyPlex account
|
||||
if: matrix.plex == 'claimed' && always()
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue