Skip to content

Commit 06b9f5e

Browse files
committed
Fix CI tests for undeployed ring-jakarta-servlet
1 parent e472dc0 commit 06b9f5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/setup-java@v3
1212
with:
1313
distribution: 'zulu'
14-
java-version: '8'
14+
java-version: '11'
1515

1616
- name: Install clojure tools
1717
uses: DeLaGuardo/[email protected]
@@ -25,5 +25,9 @@ jobs:
2525
key: cljdeps-${{ hashFiles('project.clj', 'ring-*/project.clj') }}
2626
restore-keys: cljdeps-
2727

28+
- name: Install undeployed Jakarta servlet project locally
29+
run: lein install
30+
working-directory: ./ring-jakarta-servlet
31+
2832
- name: Run tests
2933
run: lein sub test-all

0 commit comments

Comments
 (0)