Skip to content

Commit

Permalink
[pipes-java] move Java Pipes to implementations/java
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Jan 15, 2025
1 parent b9675a6 commit f6bb095
Show file tree
Hide file tree
Showing 75 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libraries-pipes-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

defaults:
run:
working-directory: ./libraries/pipes/implementations/java/dagster-pipes-java/
working-directory: ./libraries/pipes/implementations/java/

jobs:
integration-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dev-dependencies = [
]

[tool.uv.sources]
dagster-pipes-tests = { path = "../../../tests/dagster-pipes-tests", editable = true }
dagster-pipes-tests = { path = "../../tests/dagster-pipes-tests", editable = true }

[tool.pytest.ini_options]
addopts = "-s "
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6bb095

Please sign in to comment.