Skip to content

Commit

Permalink
Run clj tests on CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorlu committed Jan 3, 2025
1 parent 01335e4 commit 1181287
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,21 @@ jobs:
run: |
bb run test
clj-run-test-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
bb-version: [1.3.190, latest]
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@9.4
with:
bb: ${{ matrix.bb-version }}
- run: bb run test:clj

bb-run-lint:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 1181287

Please sign in to comment.