Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Jun 4, 2024
1 parent c0e2b1b commit 599b067
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'pedestal/pedestal'
subjectRef: 'master'
setUpDir: './service'
setUpDir: './tests'
setUpCmd: 'clojure -X:deps:local prep'
testDir: './tests'
testCmd: '-X:test'
3 changes: 0 additions & 3 deletions .github/workflows/deps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ jobs:
run: |
cd /home/runner/work/test.regression/test.regression/subject-source
cd ${{ inputs.setUpDir }}
echo "---"
pwd
echo "---"
${{ inputs.setUpCmd }}
- name: Run Tests
Expand Down

0 comments on commit 599b067

Please sign in to comment.