Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Sep 24, 2024
1 parent 86cbe58 commit 8a6595e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
preTest: 'export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start'
testCmd: 'lein deps; lein javac; export DISPLAY=:99.0; ./lazytest.sh'
subjectRepo: 'clj-commons/seesaw'
subjectRef: 'master'
6 changes: 6 additions & 0 deletions .github/workflows/lein-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ on:
type: string
required: false
default: 'lein test'
preTest:
description: "Pre test setup scripts"
type: string
required: false
default: ''

jobs:
test:
Expand Down Expand Up @@ -85,4 +90,5 @@ jobs:
cd /home/runner/work/test.regression/test.regression/subject-source
lein deps
sed -i.bak "s/\(org.clojure\/clojure\ \"[0-9\.]*\"\)/org.clojure\/clojure \"${{ env.LATEST_CLJ_BUILD }}\"/g" project.clj
${{ preTest }}
${{ inputs.testCmd }}

0 comments on commit 8a6595e

Please sign in to comment.