Skip to content

Commit

Permalink
In addition to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Nov 4, 2024
1 parent 16f9ae8 commit 3e043fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
- name: Build and test with Java 8
run: ./gradlew clean check -x :reactor-netty-core:java17Test --no-daemon -x spotlessCheck -PforceTransport=${{ matrix.transport }}
- name: Build and test with Java 17
if: ${{ ! startsWith(matrix.transport, 'windows') }}
if: ${{ ! startsWith(matrix.os, 'windows') }}
run: ./gradlew reactor-netty-http:test --tests reactor.netty.http.server.HttpServerTests.testHttpServerWithDomainSockets_HTTP11 -PtestToolchain=17 --no-daemon -x spotlessCheck -PforceTransport=nio

0 comments on commit 3e043fe

Please sign in to comment.