Skip to content

Commit 962ac00

Browse files
committed
Maintenance
1 parent 1646489 commit 962ac00

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ on:
1414

1515
jobs:
1616

17-
test-alphabase:
18-
uses: ./.github/workflows/deps-test.yml
19-
with:
20-
clojureRepo: ${{ inputs.clojureRepo }}
21-
clojureRef: ${{ inputs.clojureRef }}
22-
testCmd: '-M:test clj'
23-
testDir: '.'
24-
subjectRepo: 'greglook/alphabase'
25-
subjectRef: 'main'
26-
2717
test-ring-mock:
2818
uses: ./.github/workflows/lein-test.yml
2919
with:

.github/workflows/test-all-the-things.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,6 @@ jobs:
226226
clojureRef: ${{ inputs.clojureRef }}
227227
subjectRepo: 'geoffsalmon/bytebuffer'
228228
subjectRef: 'master'
229-
test-alphabase:
230-
uses: ./.github/workflows/deps-test.yml
231-
with:
232-
clojureRepo: ${{ inputs.clojureRepo }}
233-
clojureRef: ${{ inputs.clojureRef }}
234-
testCmd: '-X:test'
235-
testDir: '.'
236-
subjectRepo: 'greglook/alphabase'
237-
subjectRef: 'main'
238229
test-clj-arrangement:
239230
uses: ./.github/workflows/lein-test.yml
240231
with:
@@ -1239,6 +1230,7 @@ jobs:
12391230
testCmd: './scripts/test.sh clj'
12401231
subjectRepo: 'metosin/reitit'
12411232
subjectRef: 'master'
1233+
javaVersion: '["11", "17", "21"]'
12421234
test-matcher-combinators:
12431235
uses: ./.github/workflows/deps-test.yml
12441236
with:
@@ -1277,7 +1269,7 @@ jobs:
12771269
with:
12781270
clojureRepo: ${{ inputs.clojureRepo }}
12791271
clojureRef: ${{ inputs.clojureRef }}
1280-
testCmd: '-X:test'
1272+
testCmd: '-M:test:runner'
12811273
testDir: '.'
12821274
subjectRepo: 'seancorfield/next-jdbc'
12831275
subjectRef: 'develop'
@@ -1331,6 +1323,7 @@ jobs:
13311323
testCmd: 'lein sub test'
13321324
subjectRepo: 'weavejester/ragtime'
13331325
subjectRef: 'master'
1326+
javaVersion: '["11", "17", "21"]'
13341327
test-markdown-clj:
13351328
uses: ./.github/workflows/deps-test.yml
13361329
with:

.github/workflows/test-intermittent-failure.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ jobs:
4141
testDir: '.'
4242
subjectRepo: 'pangloss/pattern'
4343
subjectRef: 'main'
44+
test-alphabase:
45+
uses: ./.github/workflows/deps-test.yml
46+
with:
47+
clojureRepo: ${{ inputs.clojureRepo }}
48+
clojureRef: ${{ inputs.clojureRef }}
49+
testCmd: '-X:test'
50+
testDir: '.'
51+
subjectRepo: 'greglook/alphabase'
52+
subjectRef: 'main'

0 commit comments

Comments
 (0)