Skip to content

Commit

Permalink
ci: update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 16, 2024
1 parent 4f56229 commit e56a7cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@ jobs:
run: |
cd http3
cljfmt check
cd http2
cljfmt check
cd ..
cljfmt check
- name: Install modules
- name: Install http2
run: |
cd http2
lein test
lein install
- name: Install http3
run: |
cd http3
lein test
Expand Down

0 comments on commit e56a7cd

Please sign in to comment.