Skip to content

Commit

Permalink
Add :sha to test-runner deps
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jan 22, 2024
1 parent 189b18c commit e6bcd41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
java-version: '8'

- name: Install clojure tools
uses: DeLaGuardo/[email protected]
Expand Down
7 changes: 4 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
:tests
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
{:git/url "https://github.com/cognitect-labs/test-runner"
:git/tag "v0.5.1" :git/sha "dfb30dd"
:git "dfb30dd6605cb6c0efc275e1df1736f6e90d4d73"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}

Expand All @@ -38,5 +40,4 @@
;; build an uberjar (application) with AOT compilation by default:
:uberjar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
:exec-fn hf.depstar/uberjar
:exec-args {:aot true}}
}}
:exec-args {:aot true}}}}

0 comments on commit e6bcd41

Please sign in to comment.