|
13 | 13 | default: 'master'
|
14 | 14 |
|
15 | 15 | jobs:
|
16 |
| - test-clojurescript: |
17 |
| - uses: ./.github/workflows/deps-test.yml |
18 |
| - with: |
19 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
20 |
| - clojureRef: ${{ inputs.clojureRef }} |
21 |
| - testCmd: '-M:compiler.test:compiler.test.run' |
22 |
| - testDir: '.' |
23 |
| - subjectRepo: 'clojure/clojurescript' |
24 |
| - subjectRef: 'master' |
25 |
| - javaVersion: '["11", "17", "21"]' |
26 |
| - test-spec-alpha2: |
27 |
| - uses: ./.github/workflows/mvn-test.yml |
| 16 | + test-byte-streams: |
| 17 | + uses: ./.github/workflows/lein-test.yml |
28 | 18 | with:
|
29 | 19 | clojureRepo: ${{ inputs.clojureRepo }}
|
30 | 20 | clojureRef: ${{ inputs.clojureRef }}
|
31 |
| - subjectRepo: 'clojure/spec-alpha2' |
| 21 | + subjectRepo: 'clj-commons/byte-streams' |
32 | 22 | subjectRef: 'master'
|
33 |
| - test-byte-stream: |
| 23 | + test-citrus: |
34 | 24 | uses: ./.github/workflows/lein-test.yml
|
35 | 25 | with:
|
36 | 26 | clojureRepo: ${{ inputs.clojureRepo }}
|
37 | 27 | clojureRef: ${{ inputs.clojureRef }}
|
38 |
| - subjectRepo: 'clj-commons/byte-stream' |
| 28 | + subjectRepo: 'clj-commons/citrus' |
39 | 29 | subjectRef: 'master'
|
40 |
| - test-byte-transforms: |
| 30 | + test-claypoole: |
41 | 31 | uses: ./.github/workflows/lein-test.yml
|
42 | 32 | with:
|
43 | 33 | clojureRepo: ${{ inputs.clojureRepo }}
|
44 | 34 | clojureRef: ${{ inputs.clojureRef }}
|
45 |
| - subjectRepo: 'clj-commons/byte-transforms' |
| 35 | + subjectRepo: 'clj-commons/claypoole' |
| 36 | + subjectRef: 'master' |
| 37 | + test-clj-yaml: |
| 38 | + uses: ./.github/workflows/deps-test.yml |
| 39 | + with: |
| 40 | + clojureRepo: ${{ inputs.clojureRepo }} |
| 41 | + clojureRef: ${{ inputs.clojureRef }} |
| 42 | + testCmd: '-M:test' |
| 43 | + testDir: '.' |
| 44 | + subjectRepo: 'clj-commons/clj-yaml' |
46 | 45 | subjectRef: 'master'
|
47 |
| - test-camel-snake-kebab: |
| 46 | + test-digest: |
48 | 47 | uses: ./.github/workflows/lein-test.yml
|
49 | 48 | with:
|
50 | 49 | clojureRepo: ${{ inputs.clojureRepo }}
|
51 | 50 | clojureRef: ${{ inputs.clojureRef }}
|
52 |
| - subjectRepo: 'clj-commons/camel-snake-kebab' |
| 51 | + subjectRepo: 'clj-commons/digest' |
| 52 | + subjectRef: 'master' |
| 53 | + test-durable-queue: |
| 54 | + uses: ./.github/workflows/lein-test.yml |
| 55 | + with: |
| 56 | + clojureRepo: ${{ inputs.clojureRepo }} |
| 57 | + clojureRef: ${{ inputs.clojureRef }} |
| 58 | + subjectRepo: 'clj-commons/durable-queue' |
| 59 | + subjectRef: 'master' |
| 60 | + test-gloss: |
| 61 | + uses: ./.github/workflows/lein-test.yml |
| 62 | + with: |
| 63 | + clojureRepo: ${{ inputs.clojureRepo }} |
| 64 | + clojureRef: ${{ inputs.clojureRef }} |
| 65 | + subjectRepo: 'clj-commons/gloss' |
| 66 | + subjectRef: 'master' |
| 67 | + test-hickory: |
| 68 | + uses: ./.github/workflows/lein-test.yml |
| 69 | + with: |
| 70 | + clojureRepo: ${{ inputs.clojureRepo }} |
| 71 | + clojureRef: ${{ inputs.clojureRef }} |
| 72 | + subjectRepo: 'clj-commons/hickory' |
53 | 73 | subjectRef: 'master'
|
54 |
| -# test-citrus: |
55 |
| -# uses: ./.github/workflows/lein-test.yml |
56 |
| -# with: |
57 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
58 |
| -# clojureRef: ${{ inputs.clojureRef }} |
59 |
| -# testCmd: 'test' |
60 |
| -# testDir: '.' |
61 |
| -# subjectRepo: 'clj-commons/citrus' |
62 |
| -# subjectRef: 'master' |
63 |
| -# test-claypoole: |
64 |
| -# uses: ./.github/workflows/lein-test.yml |
65 |
| -# with: |
66 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
67 |
| -# clojureRef: ${{ inputs.clojureRef }} |
68 |
| -# testCmd: 'test' |
69 |
| -# testDir: '.' |
70 |
| -# subjectRepo: 'clj-commons/claypoole' |
71 |
| -# subjectRef: 'master' |
72 |
| -# test-clj-yaml: |
73 |
| -# uses: ./.github/workflows/deps-test.yml |
74 |
| -# with: |
75 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
76 |
| -# clojureRef: ${{ inputs.clojureRef }} |
77 |
| -# testCmd: '-M:test' |
78 |
| -# testDir: '.' |
79 |
| -# subjectRepo: 'clj-commons/clj-yaml' |
80 |
| -# subjectRef: 'master' |
81 |
| -# test-digest: |
82 |
| -# uses: ./.github/workflows/lein-test.yml |
83 |
| -# with: |
84 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
85 |
| -# clojureRef: ${{ inputs.clojureRef }} |
86 |
| -# testCmd: 'test' |
87 |
| -# testDir: '.' |
88 |
| -# subjectRepo: 'clj-commons/digest' |
89 |
| -# subjectRef: 'master' |
90 |
| -# test-durable-queue: |
91 |
| -# uses: ./.github/workflows/lein-test.yml |
92 |
| -# with: |
93 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
94 |
| -# clojureRef: ${{ inputs.clojureRef }} |
95 |
| -# testCmd: 'test' |
96 |
| -# testDir: '.' |
97 |
| -# subjectRepo: 'clj-commons/durable-queue' |
98 |
| -# subjectRef: 'master' |
99 |
| -# test-gloss: |
100 |
| -# uses: ./.github/workflows/lein-test.yml |
101 |
| -# with: |
102 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
103 |
| -# clojureRef: ${{ inputs.clojureRef }} |
104 |
| -# testCmd: 'test' |
105 |
| -# testDir: '.' |
106 |
| -# subjectRepo: 'clj-commons/gloss' |
107 |
| -# subjectRef: 'master' |
108 |
| -# test-hickory: |
109 |
| -# uses: ./.github/workflows/lein-test.yml |
110 |
| -# with: |
111 |
| -# clojureRepo: ${{ inputs.clojureRepo }} |
112 |
| -# clojureRef: ${{ inputs.clojureRef }} |
113 |
| -# testCmd: 'test' |
114 |
| -# testDir: '.' |
115 |
| -# subjectRepo: 'clj-commons/hickory' |
116 |
| -# subjectRef: 'master' |
117 | 74 | # test-humanize:
|
118 | 75 | # uses: ./.github/workflows/deps-test.yml
|
119 | 76 | # with:
|
|
0 commit comments