Skip to content

Commit

Permalink
fix: tiltfile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Oct 21, 2024
1 parent 48a3b9e commit f430f7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ local_resource(
resource_deps = [
"apollo-router",
"hydra",
"kratos",
"api",
"hydra-consent-test-client",
],
Expand Down Expand Up @@ -705,6 +706,8 @@ docker_groups = {
"bria",
"bria-pg",
"bitcoind",
"fulcrum",
"bitcoind-signer",
],
"integration": [
"lnd-outside-1",
Expand Down Expand Up @@ -758,7 +761,9 @@ local_resource(
labels = ["test"],
auto_init = is_ci and CORE_TEST_LABEL in cfg.get("test", []),
cmd = "buck2 test {}".format(api_test_target),
resource_deps = [res for sublist in docker_groups.values() for res in sublist] + ["notifications"]
resource_deps = [
"api",
]
)

local_resource(
Expand Down

0 comments on commit f430f7d

Please sign in to comment.