Skip to content

Commit c62378a

Browse files
committed
1 parent 24db931 commit c62378a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
~/.cpcache
2626
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
2727
- name: Run Tests
28-
run: clojure -Sdeps '{:paths ["src" "test"] :deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}}' -X cognitect.test-runner.api/test :patterns '[".*"]'
28+
run: clojure -Sdeps '{:paths ["src" "test"] :deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}}' -X cognitect.test-runner.api/test

test/com/walmartlabs/dyn_edn_test_secret.clj renamed to test/com/walmartlabs/dyn_edn_secret_test.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
(ns com.walmartlabs.dyn-edn-test-secret
1+
(ns com.walmartlabs.dyn-edn-secret-test
22
(:require
33
[clojure.test :refer :all]
44
[clojure.edn :as edn]
55
[com.walmartlabs.dyn-edn :refer [env-readers]]
6-
[com.walmartlabs.dyn-edn-tests]
6+
[com.walmartlabs.dyn-edn-test]
77
[clojure.java.io :as io])
88
(:import (clojure.lang ExceptionInfo)
99
(java.nio.file Files Path)))
1010

11-
(def read-edn #'com.walmartlabs.dyn-edn-tests/read-edn)
11+
(def read-edn #'com.walmartlabs.dyn-edn-test/read-edn)
1212
(def get-secrets #'com.walmartlabs.dyn-edn/get-secrets)
1313

1414
(defn acquire-resource []
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;;; See the License for the specific language governing permissions and
1313
;;; limitations under the License."
1414

15-
(ns com.walmartlabs.dyn-edn-tests
15+
(ns com.walmartlabs.dyn-edn-test
1616
(:require
1717
[clojure.test :refer [deftest is are]]
1818
[clojure.edn :as edn]

0 commit comments

Comments
 (0)