Skip to content

Commit ee396a7

Browse files
committed
Update CI to 'lein install' interdependencies
1 parent 087886e commit ee396a7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ jobs:
2525
key: cljdeps-${{ hashFiles('project.clj', 'ring-*/project.clj') }}
2626
restore-keys: cljdeps-
2727

28-
- name: Install undeployed Jakarta servlet project locally
28+
- name: Install core project locally
29+
run: lein install
30+
working-directory: ./ring-core
31+
32+
- name: Install Java servlet project locally
33+
run: lein install
34+
working-directory: ./ring-servlet
35+
36+
- name: Install Jakarta servlet project locally
2937
run: lein install
3038
working-directory: ./ring-jakarta-servlet
3139

0 commit comments

Comments
 (0)