We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8612848 commit aa90fc4Copy full SHA for aa90fc4
.github/workflows/nightly.yml
@@ -13,6 +13,7 @@ on:
13
- 'mkdocs.yml'
14
- '.github/workflows/ci.yml'
15
- '.github/workflows/release.yml'
16
+ - 'test/**'
17
18
jobs:
19
release-dev-build:
test/eca/features/rules_test.clj
@@ -43,7 +43,7 @@
43
roots [{:uri (h/file-uri "file:///my/project")}]]
44
(is (match?
45
(m/embeds [{:type :user-config
46
- :path "/my/project/.foo/cool-rule.md"
+ :path (h/file-path "/my/project/.foo/cool-rule.md")
47
:name "cool-rule.md"
48
:content "MY_RULE_CONTENT"}])
49
(f.rules/all config roots vars))))))
0 commit comments