Skip to content

Commit

Permalink
try out integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Oct 1, 2024
1 parent 9399f66 commit 0012d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- if: ${{ env.IS_MAIN_PYTHON != 'true' }}
name: Test without coverage
env:
INTEGRATION_TEST: 1
run: poe test

- if: ${{ env.IS_MAIN_PYTHON == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion test/plugins/test_lyrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0012d50

Please sign in to comment.