Skip to content

fix: create Cipher instance in place, do not store it in ChannelOptions #786

fix: create Cipher instance in place, do not store it in ChannelOptions

fix: create Cipher instance in place, do not store it in ChannelOptions #786

name: Integration Test
on:
pull_request:
push:
branches:
- main
jobs:
check-rest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./gradlew :java:testRestSuite
- uses: actions/upload-artifact@v3
if: always()
with:
name: java-build-reports-rest
path: java/build/reports/
check-realtime:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./gradlew :java:testRealtimeSuite
- uses: actions/upload-artifact@v3
if: always()
with:
name: java-build-reports-realtime
path: java/build/reports/