Skip to content

Commit

Permalink
Merge pull request #16 from chrovis/fix/ci-lein
Browse files Browse the repository at this point in the history
Explicitly install leiningen on ubuntu-latest
  • Loading branch information
nokara26 authored Jan 9, 2025
2 parents 3ff4502 + bd07f81 commit df684d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
lein: latest
- name: Install dependencies
run: lein deps
- name: Run tests
Expand All @@ -46,6 +50,10 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
lein: latest
- name: Install dependencies
run: lein deps
- name: Generate code coverage
Expand Down Expand Up @@ -79,6 +87,10 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
lein: latest
- name: Deploy
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
Expand Down

0 comments on commit df684d2

Please sign in to comment.