Skip to content

Commit

Permalink
Add analysis step into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-sm committed Jun 16, 2023
1 parent 1004f39 commit 5cb37a0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@ jobs:
- name: Compile and run cljest tests
run: make jest-ci

cljest-analyze:
runs-on: ubuntu-latest
defaults:
run:
working-directory: cljest

steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.1.1224
- name: Analyze with cljdoc-analyzer
run: make analyze

jest-preset-cljest-tests:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 5cb37a0

Please sign in to comment.