feat: Adjust Default Sidebar configuration on first Server startup - MEED-7833 - Meeds-io/MIPs#159 #1982
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 }} |