Skip to content

Support using libraries as modules #810

Support using libraries as modules

Support using libraries as modules #810

Workflow file for this run

name: Java checks
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- '.github/**'
- README.md
- gradle.properties
jobs:
call-java-checks:
if : ${{ github.event_name == 'pull_request' && github.base_ref != 'refs/heads/master' }}
name: Call Java Checks
uses: reportportal/.github/.github/workflows/java-checks.yaml@main
secrets: inherit
call-release-java-checks:
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'refs/heads/master' }}
name: Call Release Java Checks
uses: reportportal/.github/.github/workflows/java-checks.yaml@main
with:
release-mode: true
secrets: inherit