diff --git a/.github/workflows/debug-stuff.yml b/.github/workflows/debug-stuff.yml index 4df6f8c..9162af6 100644 --- a/.github/workflows/debug-stuff.yml +++ b/.github/workflows/debug-stuff.yml @@ -22,6 +22,7 @@ jobs: testDir: '.' subjectRepo: 'clj-commons/clj-yaml' subjectRef: 'master' + javaVersion: '["11", "17", "21"]' test-durable-queue: uses: ./.github/workflows/lein-test.yml with: @@ -34,6 +35,6 @@ jobs: with: clojureRepo: ${{ inputs.clojureRepo }} clojureRef: ${{ inputs.clojureRef }} - testCmd: 'run -m lazytest.main test' + testCmd: 'lein deps; lein javac; export DISPLAY=:99.0; ./lazytest.sh' subjectRepo: 'clj-commons/seesaw' subjectRef: 'master' \ No newline at end of file