Skip to content

Commit

Permalink
Run some inline code instead of test alias
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jan 22, 2024
1 parent d53c2ce commit ef3656f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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: '8'
java-version: '21'

- name: Install clojure tools
uses: DeLaGuardo/[email protected]
Expand Down Expand Up @@ -56,7 +56,8 @@ jobs:
restore-keys: cljdeps-

- name: Execute clojure code
run: clj -X:tests
#run: clj -X:tests
run: clojure -e "(= 1 1)"

- name: Get clj-kondo version
run: clj-kondo --version
Expand Down

0 comments on commit ef3656f

Please sign in to comment.