Skip to content

Commit dd5fe17

Browse files
committed
Debug
1 parent aca8821 commit dd5fe17

File tree

1 file changed

+44
-114
lines changed

1 file changed

+44
-114
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 44 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -13,145 +13,77 @@ on:
1313
default: 'master'
1414

1515
jobs:
16-
test-byte-streams:
17-
uses: ./.github/workflows/lein-test.yml
16+
# test-clj-yaml:
17+
# uses: ./.github/workflows/deps-test.yml
18+
# with:
19+
# clojureRepo: ${{ inputs.clojureRepo }}
20+
# clojureRef: ${{ inputs.clojureRef }}
21+
# testCmd: '-M:test'
22+
# testDir: '.'
23+
# subjectRepo: 'clj-commons/clj-yaml'
24+
# subjectRef: 'master'
25+
# test-durable-queue:
26+
# uses: ./.github/workflows/lein-test.yml
27+
# with:
28+
# clojureRepo: ${{ inputs.clojureRepo }}
29+
# clojureRef: ${{ inputs.clojureRef }}
30+
# subjectRepo: 'clj-commons/durable-queue'
31+
# subjectRef: 'master'
32+
test-humanize:
33+
uses: ./.github/workflows/deps-test.yml
1834
with:
1935
clojureRepo: ${{ inputs.clojureRepo }}
2036
clojureRef: ${{ inputs.clojureRef }}
21-
subjectRepo: 'clj-commons/byte-streams'
37+
testCmd: '-X:test'
38+
testDir: '.'
39+
subjectRepo: 'clj-commons/humanize'
2240
subjectRef: 'master'
23-
test-citrus:
41+
test-kibit:
2442
uses: ./.github/workflows/lein-test.yml
2543
with:
2644
clojureRepo: ${{ inputs.clojureRepo }}
2745
clojureRef: ${{ inputs.clojureRef }}
28-
subjectRepo: 'clj-commons/citrus'
46+
subjectRepo: 'clj-commons/kibit'
2947
subjectRef: 'master'
30-
test-claypoole:
48+
test-ordered:
3149
uses: ./.github/workflows/lein-test.yml
3250
with:
3351
clojureRepo: ${{ inputs.clojureRepo }}
3452
clojureRef: ${{ inputs.clojureRef }}
35-
subjectRepo: 'clj-commons/claypoole'
53+
subjectRepo: 'clj-commons/ordered'
3654
subjectRef: 'master'
37-
test-clj-yaml:
55+
test-pretty:
3856
uses: ./.github/workflows/deps-test.yml
3957
with:
4058
clojureRepo: ${{ inputs.clojureRepo }}
4159
clojureRef: ${{ inputs.clojureRef }}
42-
testCmd: '-M:test'
60+
testCmd: '-X:test'
4361
testDir: '.'
44-
subjectRepo: 'clj-commons/clj-yaml'
45-
subjectRef: 'master'
46-
test-digest:
47-
uses: ./.github/workflows/lein-test.yml
48-
with:
49-
clojureRepo: ${{ inputs.clojureRepo }}
50-
clojureRef: ${{ inputs.clojureRef }}
51-
subjectRepo: 'clj-commons/digest'
62+
subjectRepo: 'clj-commons/pretty'
5263
subjectRef: 'master'
53-
test-durable-queue:
64+
test-primitive-math:
5465
uses: ./.github/workflows/lein-test.yml
5566
with:
5667
clojureRepo: ${{ inputs.clojureRepo }}
5768
clojureRef: ${{ inputs.clojureRef }}
58-
subjectRepo: 'clj-commons/durable-queue'
69+
subjectRepo: 'clj-commons/primitive-math'
5970
subjectRef: 'master'
60-
test-gloss:
61-
uses: ./.github/workflows/lein-test.yml
71+
test-rewrite-clj:
72+
uses: ./.github/workflows/deps-test.yml
6273
with:
6374
clojureRepo: ${{ inputs.clojureRepo }}
6475
clojureRef: ${{ inputs.clojureRef }}
65-
subjectRepo: 'clj-commons/gloss'
76+
testCmd: '-M:test-common:kaocha'
77+
testDir: '.'
78+
subjectRepo: 'clj-commons/rewrite-clj'
6679
subjectRef: 'master'
67-
test-hickory:
80+
test-ring-buffer:
6881
uses: ./.github/workflows/lein-test.yml
6982
with:
7083
clojureRepo: ${{ inputs.clojureRepo }}
7184
clojureRef: ${{ inputs.clojureRef }}
72-
subjectRepo: 'clj-commons/hickory'
85+
subjectRepo: 'clj-commons/ring-buffer'
7386
subjectRef: 'master'
74-
# test-humanize:
75-
# uses: ./.github/workflows/deps-test.yml
76-
# with:
77-
# clojureRepo: ${{ inputs.clojureRepo }}
78-
# clojureRef: ${{ inputs.clojureRef }}
79-
# testCmd: '-X:test'
80-
# testDir: '.'
81-
# subjectRepo: 'clj-commons/humanize'
82-
# subjectRef: 'master'
83-
# test-iapetos:
84-
# uses: ./.github/workflows/lein-test.yml
85-
# with:
86-
# clojureRepo: ${{ inputs.clojureRepo }}
87-
# clojureRef: ${{ inputs.clojureRef }}
88-
# testCmd: 'test'
89-
# testDir: '.'
90-
# subjectRepo: 'clj-commons/iapetos'
91-
# subjectRef: 'master'
92-
# test-kibit:
93-
# uses: ./.github/workflows/lein-test.yml
94-
# with:
95-
# clojureRepo: ${{ inputs.clojureRepo }}
96-
# clojureRef: ${{ inputs.clojureRef }}
97-
# testCmd: 'test'
98-
# testDir: '.'
99-
# subjectRepo: 'clj-commons/kibit'
100-
# subjectRef: 'master'
101-
# test-manifold:
102-
# uses: ./.github/workflows/lein-test.yml
103-
# with:
104-
# clojureRepo: ${{ inputs.clojureRepo }}
105-
# clojureRef: ${{ inputs.clojureRef }}
106-
# testCmd: 'test'
107-
# testDir: '.'
108-
# subjectRepo: 'clj-commons/manifold'
109-
# subjectRef: 'master'
110-
# test-ordered:
111-
# uses: ./.github/workflows/lein-test.yml
112-
# with:
113-
# clojureRepo: ${{ inputs.clojureRepo }}
114-
# clojureRef: ${{ inputs.clojureRef }}
115-
# testCmd: 'test'
116-
# testDir: '.'
117-
# subjectRepo: 'clj-commons/ordered'
118-
# subjectRef: 'master'
119-
# test-pretty:
120-
# uses: ./.github/workflows/deps-test.yml
121-
# with:
122-
# clojureRepo: ${{ inputs.clojureRepo }}
123-
# clojureRef: ${{ inputs.clojureRef }}
124-
# testCmd: '-X:test'
125-
# testDir: '.'
126-
# subjectRepo: 'clj-commons/pretty'
127-
# subjectRef: 'master'
128-
# test-primitive-math:
129-
# uses: ./.github/workflows/lein-test.yml
130-
# with:
131-
# clojureRepo: ${{ inputs.clojureRepo }}
132-
# clojureRef: ${{ inputs.clojureRef }}
133-
# testCmd: 'test'
134-
# testDir: '.'
135-
# subjectRepo: 'clj-commons/primitive-math'
136-
# subjectRef: 'master'
137-
# test-rewrite-clj:
138-
# uses: ./.github/workflows/deps-test.yml
139-
# with:
140-
# clojureRepo: ${{ inputs.clojureRepo }}
141-
# clojureRef: ${{ inputs.clojureRef }}
142-
# testCmd: '-M:test-common:kaocha'
143-
# testDir: '.'
144-
# subjectRepo: 'clj-commons/rewrite-clj'
145-
# subjectRef: 'master'
146-
# test-ring-buffer:
147-
# uses: ./.github/workflows/lein-test.yml
148-
# with:
149-
# clojureRepo: ${{ inputs.clojureRepo }}
150-
# clojureRef: ${{ inputs.clojureRef }}
151-
# testCmd: 'test'
152-
# testDir: '.'
153-
# subjectRepo: 'clj-commons/ring-buffer'
154-
# subjectRef: 'master'
15587
# test-seesaw:
15688
# uses: ./.github/workflows/lein-test.yml
15789
# with:
@@ -161,15 +93,13 @@ jobs:
16193
# testDir: '.'
16294
# subjectRepo: 'clj-commons/seesaw'
16395
# subjectRef: 'master'
164-
# test-tentacles:
165-
# uses: ./.github/workflows/lein-test.yml
166-
# with:
167-
# clojureRepo: ${{ inputs.clojureRepo }}
168-
# clojureRef: ${{ inputs.clojureRef }}
169-
# testCmd: 'test'
170-
# testDir: '.'
171-
# subjectRepo: 'clj-commons/tentacles'
172-
# subjectRef: 'master'
96+
test-tentacles:
97+
uses: ./.github/workflows/lein-test.yml
98+
with:
99+
clojureRepo: ${{ inputs.clojureRepo }}
100+
clojureRef: ${{ inputs.clojureRef }}
101+
subjectRepo: 'clj-commons/tentacles'
102+
subjectRef: 'master'
173103
# test-dom-top:
174104
# uses: ./.github/workflows/lein-test.yml
175105
# with:

0 commit comments

Comments
 (0)