Skip to content

Commit 2887378

Browse files
committed
Update comment for pedestal issues
1 parent 599b067 commit 2887378

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-all-the-things.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,14 +968,20 @@ jobs:
968968
subjectRepo: 'nrepl/incomplete'
969969
subjectRef: 'main'
970970

971-
# Requires prep phase to run
971+
# Prep phase does not successfully compile
972+
# ./java/io/pedestal/websocket/FnEndpoint.java:17:
973+
# error: cannot access jakarta.websocket.CloseReason
974+
# import jakarta.websocket.CloseReason;
975+
#
972976
# test-pedestal:
973977
# uses: ./.github/workflows/deps-test.yml
974978
# with:
975979
# clojureRepo: ${{ inputs.clojureRepo }}
976980
# clojureRef: ${{ inputs.clojureRef }}
977981
# subjectRepo: 'pedestal/pedestal'
978982
# subjectRef: 'master'
983+
# setUpDir: './tests'
984+
# setUpCmd: 'clojure -X:deps:local prep'
979985
# testDir: './tests'
980986
# testCmd: '-X:test'
981987

0 commit comments

Comments
 (0)