From db27c14a69a7a27f3bead9c340142129c379a78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 1 Oct 2024 09:52:43 +0100 Subject: [PATCH] try out integration test --- .github/workflows/ci.yaml | 2 +- test/plugins/test_lyrics.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52c28d714c..e8773811e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: - if: ${{ env.IS_MAIN_PYTHON != 'true' }} name: Test without coverage - run: poe test + run: INTEGRATION_TEST=1 poe test - if: ${{ env.IS_MAIN_PYTHON == 'true' }} name: Test with coverage diff --git a/test/plugins/test_lyrics.py b/test/plugins/test_lyrics.py index a58fe4697b..dc79113c8d 100644 --- a/test/plugins/test_lyrics.py +++ b/test/plugins/test_lyrics.py @@ -281,7 +281,7 @@ def file_name(self): pytest.param( "Lady Madonna", "https://www.azlyrics.com/lyrics/beatles/ladymadonna.html", - marks=skip_ci, + # marks=skip_ci, ), ( "Jazz'n'blues",