We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e2b1b commit 599b067Copy full SHA for 599b067
.github/workflows/debug-stuff.yml
@@ -72,7 +72,7 @@ jobs:
72
clojureRef: ${{ inputs.clojureRef }}
73
subjectRepo: 'pedestal/pedestal'
74
subjectRef: 'master'
75
- setUpDir: './service'
+ setUpDir: './tests'
76
setUpCmd: 'clojure -X:deps:local prep'
77
testDir: './tests'
78
testCmd: '-X:test'
.github/workflows/deps-test.yml
@@ -101,9 +101,6 @@ jobs:
101
run: |
102
cd /home/runner/work/test.regression/test.regression/subject-source
103
cd ${{ inputs.setUpDir }}
104
- echo "---"
105
- pwd
106
107
${{ inputs.setUpCmd }}
108
109
- name: Run Tests
0 commit comments