Skip to content

Commit

Permalink
Update comment for pedestal issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Jun 4, 2024
1 parent 599b067 commit 2887378
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -968,14 +968,20 @@ jobs:
subjectRepo: 'nrepl/incomplete'
subjectRef: 'main'

# Requires prep phase to run
# Prep phase does not successfully compile
# ./java/io/pedestal/websocket/FnEndpoint.java:17:
# error: cannot access jakarta.websocket.CloseReason
# import jakarta.websocket.CloseReason;
#
# test-pedestal:
# uses: ./.github/workflows/deps-test.yml
# with:
# clojureRepo: ${{ inputs.clojureRepo }}
# clojureRef: ${{ inputs.clojureRef }}
# subjectRepo: 'pedestal/pedestal'
# subjectRef: 'master'
# setUpDir: './tests'
# setUpCmd: 'clojure -X:deps:local prep'
# testDir: './tests'
# testCmd: '-X:test'

Expand Down

0 comments on commit 2887378

Please sign in to comment.