Skip to content

Commit

Permalink
ignore ffmpeg tests when running on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Dec 10, 2022
1 parent 156d83f commit bafd424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run tests
run: |
poetry run pytest -vvv --ignore tests/test_matching.py
poetry run pytest -vvv --ignore tests/test_matching.py --ignore tests/utils/test_ffmpeg.py
env:
PLATFORM: ${{ matrix.platform }}

Expand Down Expand Up @@ -72,6 +72,6 @@ jobs:

- name: Run tests
run: |
poetry run pytest -vvv --disable-vcr --vcr-record=none --ignore tests/providers/lyrics --ignore tests/utils/test_github.py
poetry run pytest -vvv --disable-vcr --vcr-record=none --ignore tests/providers/lyrics --ignore tests/utils/test_github.py --ignore tests/utils/test_ffmpeg.py
env:
PLATFORM: ${{ matrix.platform }}

0 comments on commit bafd424

Please sign in to comment.