Skip to content

Commit

Permalink
Temporary upload the tests output
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jun 19, 2023
1 parent 8e34e96 commit 5f73776
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check_transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ jobs:
distribution: 'temurin'
java-version: '8'
- name: Build with Gradle
run: ./gradlew clean check --no-daemon -x spotlessCheck -PforceTransport=${{ matrix.transport }}
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }}
- name: Archive tests output
if: failure()
uses: actions/upload-artifact@v3
with:
name: tests_output_${{ matrix.os }}_${{ matrix.transport }}
path: reactor-netty-http/build/test-results/test/binary/output.bin

0 comments on commit 5f73776

Please sign in to comment.