Skip to content

chore(deps): bump io.projectreactor:reactor-test from 3.6.5 to 3.6.6 in the github group #332

chore(deps): bump io.projectreactor:reactor-test from 3.6.5 to 3.6.6 in the github group

chore(deps): bump io.projectreactor:reactor-test from 3.6.5 to 3.6.6 in the github group #332

Workflow file for this run

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