Remove Site in organization node as it is present in development - EXO-72401 #67
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: CI PR Build | |
on: | |
pull_request: | |
jobs: | |
build-ci: | |
name: CI Build | |
uses: exoplatform/swf-scripts/.github/workflows/cibuild.yml@master | |
with: | |
maven_profiles: 'exo-release,coverage' | |
jdk_major_version: 21 | |
secrets: | |
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} | |
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} |