Skip to content

Do not run integration tests on check (#3517) #447

Do not run integration tests on check (#3517)

Do not run integration tests on check (#3517) #447

Workflow file for this run

name: Gradle check
on:
push:
branches:
- master
pull_request:
paths:
- 'gradle/**'
jobs:
wrapper:
name: wrapper checksums
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1