Skip to content

Commit 599b067

Browse files
committed
Debugging
1 parent c0e2b1b commit 599b067

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/debug-stuff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
clojureRef: ${{ inputs.clojureRef }}
7373
subjectRepo: 'pedestal/pedestal'
7474
subjectRef: 'master'
75-
setUpDir: './service'
75+
setUpDir: './tests'
7676
setUpCmd: 'clojure -X:deps:local prep'
7777
testDir: './tests'
7878
testCmd: '-X:test'

.github/workflows/deps-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
run: |
102102
cd /home/runner/work/test.regression/test.regression/subject-source
103103
cd ${{ inputs.setUpDir }}
104-
echo "---"
105-
pwd
106-
echo "---"
107104
${{ inputs.setUpCmd }}
108105
109106
- name: Run Tests

0 commit comments

Comments
 (0)