Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Sep 24, 2024
1 parent 28411b6 commit 86cbe58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debug-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'

0 comments on commit 86cbe58

Please sign in to comment.