Skip to content

Commit 6f4bc65

Browse files
authored
Merge pull request #31 from debakarr/master
Remove breakpoint and add pull_request in ci
2 parents 7fa05fe + fe6da95 commit 6f4bc65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Python package
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

tests/test_fetch_dramalist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def sample_obj():
1414

1515
def test_fetch_drama_list(sample_obj):
1616
sample_obj._get_main_container()
17-
breakpoint()
1817
assert sample_obj.info == {
1918
"link": "https://mydramalist.com/query",
2019
"list": {

0 commit comments

Comments
 (0)