Skip to content

Commit

Permalink
dummy test to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto committed Jan 29, 2025
1 parent 6ad108c commit 82705aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/github/test_github_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
)


def test_always_true():
assert True


@pytest.mark.parametrize("destination_name", ALL_DESTINATIONS)
def test_github_reactions(destination_name: str) -> None:
pipeline = dlt.pipeline(
Expand Down

0 comments on commit 82705aa

Please sign in to comment.