Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Apr 27, 2024
1 parent 2947264 commit 1562794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
paths:
- 'tests/**.py'
- 'pypipeline/**.py'
- 'borkpipeline/**.py'
push:
paths:
- 'tests/**.py'
- 'pypipeline/**.py'
- 'borkpipeline/**.py'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pypipeline.pipeline import Pipeline
from borkpipeline.pipeline import Pipeline
import unittest

class TestPipeline(unittest.TestCase):
Expand Down

0 comments on commit 1562794

Please sign in to comment.