Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alekcz committed May 18, 2024
1 parent 25d8da9 commit 677b27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
export PATH=~/.npm-global/bin:$PATH
source ~/.profile
npm install -g [email protected]
# bash ./ci.sh
# bash <(curl -s https://codecov.io/bash)
bash ./ci.sh
bash <(curl -s https://codecov.io/bash)
- name: Build native image Java-11
env:
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
:repl-options {:init-ns fire.core}
:cloverage {:runner :eftest
:runner-opts {:test-warn-time 500
:fail-fast? false
:multithread? :namespaces}}
:fail-fast? false
:multithread? :namespaces}}
:profiles { :dev {:plugins [[lein-shell "0.5.0"]]
:env {:wrong-api "GARBAGE"}
:dependencies [ [com.climate/claypoole "1.1.4"]
Expand Down

0 comments on commit 677b27a

Please sign in to comment.