|
13 | 13 | default: 'master'
|
14 | 14 |
|
15 | 15 | jobs:
|
16 |
| - test-core-cache: |
17 |
| - uses: ./.github/workflows/mvn-test.yml |
18 |
| - with: |
19 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
20 |
| - clojureRef: ${{ inputs.clojureRef }} |
21 |
| - subjectRepo: 'clojure/core.cache' |
22 |
| - subjectRef: 'master' |
23 |
| - |
24 |
| - test-core-logic: |
25 |
| - uses: ./.github/workflows/mvn-test.yml |
26 |
| - with: |
27 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
28 |
| - clojureRef: ${{ inputs.clojureRef }} |
29 |
| - subjectRepo: 'clojure/core.logic' |
30 |
| - subjectRef: 'master' |
31 |
| - |
32 |
| - test-core-match: |
33 |
| - uses: ./.github/workflows/mvn-test.yml |
34 |
| - with: |
35 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
36 |
| - clojureRef: ${{ inputs.clojureRef }} |
37 |
| - subjectRepo: 'clojure/core.match' |
38 |
| - subjectRef: 'master' |
39 |
| - |
40 |
| - test-core-memoize: |
41 |
| - uses: ./.github/workflows/mvn-test.yml |
42 |
| - with: |
43 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
44 |
| - clojureRef: ${{ inputs.clojureRef }} |
45 |
| - subjectRepo: 'clojure/core.memoize' |
46 |
| - subjectRef: 'master' |
47 |
| - |
48 |
| - test-math-combinatorics: |
49 |
| - uses: ./.github/workflows/mvn-test.yml |
50 |
| - with: |
51 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
52 |
| - clojureRef: ${{ inputs.clojureRef }} |
53 |
| - subjectRepo: 'clojure/math.combinatorics' |
54 |
| - subjectRef: 'master' |
55 |
| - |
56 | 16 | test-java-jdbc:
|
57 | 17 | uses: ./.github/workflows/mvn-test.yml
|
58 | 18 | with:
|
|
69 | 29 | subjectRepo: 'cognitect/transit-clj'
|
70 | 30 | subjectRef: 'master'
|
71 | 31 |
|
72 |
| - test-data-json: |
73 |
| - uses: ./.github/workflows/mvn-test.yml |
74 |
| - with: |
75 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
76 |
| - clojureRef: ${{ inputs.clojureRef }} |
77 |
| - subjectRepo: 'clojure/data.json' |
78 |
| - subjectRef: 'master' |
79 |
| - |
80 |
| - test-data-fressian: |
81 |
| - uses: ./.github/workflows/mvn-test.yml |
82 |
| - with: |
83 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
84 |
| - clojureRef: ${{ inputs.clojureRef }} |
85 |
| - subjectRepo: 'clojure/data.fressian' |
86 |
| - subjectRef: 'master' |
87 |
| - |
88 |
| - test-data-csv: |
89 |
| - uses: ./.github/workflows/mvn-test.yml |
90 |
| - with: |
91 |
| - clojureRepo: ${{ inputs.clojureRepo }} |
92 |
| - clojureRef: ${{ inputs.clojureRef }} |
93 |
| - subjectRepo: 'clojure/data.csv' |
94 |
| - subjectRef: 'master' |
95 |
| - |
96 | 32 | test-fipp:
|
97 | 33 | uses: ./.github/workflows/lein-test.yml
|
98 | 34 | with:
|
|
0 commit comments