From 0acaaf0b2ab92fe9737cdfc85219197d121944ff Mon Sep 17 00:00:00 2001 From: Debakar Roy Date: Sun, 21 Jan 2024 16:44:01 +0530 Subject: [PATCH 1/2] Remove breakpoint --- tests/test_fetch_dramalist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_fetch_dramalist.py b/tests/test_fetch_dramalist.py index ca101da..1683ff5 100644 --- a/tests/test_fetch_dramalist.py +++ b/tests/test_fetch_dramalist.py @@ -14,7 +14,6 @@ def sample_obj(): def test_fetch_drama_list(sample_obj): sample_obj._get_main_container() - breakpoint() assert sample_obj.info == { "link": "https://mydramalist.com/query", "list": { From fe6da95d112609094e540270655ccb887b8915fa Mon Sep 17 00:00:00 2001 From: Debakar Roy Date: Sun, 21 Jan 2024 16:52:19 +0530 Subject: [PATCH 2/2] Run CI on pull request --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 437bf75..352363b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Python package -on: [push] +on: [push, pull_request] jobs: build: