Skip to content

Commit

Permalink
include readme and license for building
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 18, 2024
1 parent 192eb64 commit 84c6dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/run_dbt_spark_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def test_spark(test_args):

# setup directories as we don't want to copy the whole repo into the container
req_files = client.host().directory(
"./", include=["test.env", "hatch.toml", "pyproject.toml"]
"./", include=["test.env", "hatch.toml", "pyproject.toml", "README.md", "License.md"]
)
dbt_spark_dir = client.host().directory("./dbt")
test_dir = client.host().directory("./tests")
Expand Down

0 comments on commit 84c6dc2

Please sign in to comment.