feat: Add an upgrade plugin for content pages properties migration and update NewsArticlesUpgradeplugin - EXO-73181 - Meeds-io/MIPs#128 #165
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 }} |