We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599b067 commit 2887378Copy full SHA for 2887378
.github/workflows/test-all-the-things.yml
@@ -968,14 +968,20 @@ jobs:
968
subjectRepo: 'nrepl/incomplete'
969
subjectRef: 'main'
970
971
-# Requires prep phase to run
+# 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
+#
976
# test-pedestal:
977
# uses: ./.github/workflows/deps-test.yml
978
# with:
979
# clojureRepo: ${{ inputs.clojureRepo }}
980
# clojureRef: ${{ inputs.clojureRef }}
981
# subjectRepo: 'pedestal/pedestal'
982
# subjectRef: 'master'
983
+# setUpDir: './tests'
984
+# setUpCmd: 'clojure -X:deps:local prep'
985
# testDir: './tests'
986
# testCmd: '-X:test'
987
0 commit comments