Skip to content

Commit

Permalink
fix no brick paths found, closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
imrekoszo committed Jan 16, 2025
1 parent 4acd9bc commit 7282409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(defn changed-brick-path?-fn
[{:keys [workspace project] :as runner-opts}]
(let [{:keys [bases components]} workspace
bricks-to-test (:bricks-to-test-all-sources project)
bricks-to-test (set (:bricks-to-test-all-sources project))
brick-paths (into #{}
(comp cat
(filter #(contains? bricks-to-test (:name %)))
Expand Down
2 changes: 1 addition & 1 deletion workspace.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:auto-add false}
:tag-patterns {:stable "stable-*"
:release "v[0-9]*"}
:test {:create-test-runner [:default
:test {:create-test-runner [#_:default
polylith-kaocha.test-runner/create
#_polylith-kaocha.reload-runner/create]}
:projects {"development"
Expand Down

0 comments on commit 7282409

Please sign in to comment.