Skip to content

Commit

Permalink
Merge pull request #31 from debakarr/master
Browse files Browse the repository at this point in the history
Remove breakpoint and add pull_request in ci
  • Loading branch information
tbdsux authored Jan 21, 2024
2 parents 7fa05fe + fe6da95 commit 6f4bc65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python package

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion tests/test_fetch_dramalist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

1 comment on commit 6f4bc65

@vercel
Copy link

@vercel vercel bot commented on 6f4bc65 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kuryana – ./

kuryana-theboringdude.vercel.app
kuryana.vercel.app
kuryana-git-master-theboringdude.vercel.app

Please sign in to comment.