fix: Fix space between save and close buttons of notes editor for XS screen - EXO-73720 - Meeds-io/MIPs#161 #726
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 }} |