feat: Include the navigation sub-items and the space popover in the application of the Top bar custom styling - MEED-8205 - MIPs#174 #274
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: PR Build | |
on: | |
pull_request: | |
jobs: | |
pr-build: | |
name: PR Build | |
runs-on: ubuntu-latest | |
timeout-minutes: 120 | |
permissions: | |
pull-requests: write | |
steps: | |
- name: PR Build | |
uses: exo-actions/pr-action@v1 | |
with: | |
maven_profiles: 'exo-release,coverage' | |
jdk_major_version: 21 | |
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} | |
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} | |
M2_SETTINGS_FILE_URL: ${{ vars.GHACI_SETTINGS_XML_URL }} |