Skip to content

Commit

Permalink
[fr33m0nk]: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Feb 23, 2024
1 parent 8a0df9d commit 04ff4bc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install Clojure Deps
run: |
curl -O https://download.clojure.org/install/linux-install-1.11.1.1105.sh
chmod +x linux-install-1.11.1.1105.sh
sudo ./linux-install-1.11.1.1105.sh
- name: Test run
run: clojure -A:deps -T:build ci
- name: Setup Java JDK
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
cli: latest
- name: run tests & build jar
run: clojure -A:deps:dev:test -T:build ci

0 comments on commit 04ff4bc

Please sign in to comment.