EPMRPP-89678 || Filter parameters are missing for some endpoints on API tab in "API Documentation" page #206
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Java checks | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
paths-ignore: | |
- '.github/**' | |
- README.md | |
- gradle.properties | |
push: | |
branches: | |
- master | |
- develop | |
paths-ignore: | |
- '.github/**' | |
- README.md | |
- gradle.properties | |
jobs: | |
call-java-cheks: | |
name: Call Java checks | |
uses: reportportal/.github/.github/workflows/java-checks.yaml@main |