LPD-16396 Fix test on JDK8, we need it as ci only support JDK8 now #1
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
jobs: | |
publish-liferay-sample-workspace: | |
secrets: inherit | |
uses: ./.github/workflows/ci-publish-workspace.yaml | |
with: | |
workspace-name: liferay-sample-workspace | |
name: CI Publish liferay-sample-workspace | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- workspaces/liferay-sample-workspace/** |