Skip to content

Commit 86cbe58

Browse files
committed
Debug
1 parent 28411b6 commit 86cbe58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
testDir: '.'
2323
subjectRepo: 'clj-commons/clj-yaml'
2424
subjectRef: 'master'
25+
javaVersion: '["11", "17", "21"]'
2526
test-durable-queue:
2627
uses: ./.github/workflows/lein-test.yml
2728
with:
@@ -34,6 +35,6 @@ jobs:
3435
with:
3536
clojureRepo: ${{ inputs.clojureRepo }}
3637
clojureRef: ${{ inputs.clojureRef }}
37-
testCmd: 'run -m lazytest.main test'
38+
testCmd: 'lein deps; lein javac; export DISPLAY=:99.0; ./lazytest.sh'
3839
subjectRepo: 'clj-commons/seesaw'
3940
subjectRef: 'master'

0 commit comments

Comments
 (0)