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 db27c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 db27c14

Please sign in to comment.