Skip to content

chore(deps): bump io.projectreactor:reactor-test from 3.4.24 to 3.5.9 #48

chore(deps): bump io.projectreactor:reactor-test from 3.4.24 to 3.5.9

chore(deps): bump io.projectreactor:reactor-test from 3.4.24 to 3.5.9 #48

Workflow file for this run

name: Test PR
on: [pull_request]
jobs:
test_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build