From 1eb27d6dac0649818568a22a6a829cb7ea4d170b Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Wed, 2 Aug 2023 11:52:24 +0530 Subject: [PATCH] test catalog --- .github/workflows/lint.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 237e419c9d..5291b8a1ff 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,6 +18,8 @@ on: env: BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.0.x' }} + ARTIFACT_ID: view-designer-catalog + GROUP_ID: org.nuxeo.web.ui.studio jobs: lint: @@ -94,8 +96,8 @@ jobs: - name: Setup parameters (workflow_dispatch) if: github.event_name == 'workflow_dispatch' run: | - echo "BRANCH_NAME=${{ github.event.inputs.branch_name }}" >> $GITHUB_ENV - echo "TARGET_PLATFORM=${{ github.event.inputs.target_platform }}" >> $GITHUB_ENV + echo "BRANCH_NAME=maintenance-3.0.x" >> $GITHUB_ENV + echo "TARGET_PLATFORM=11.3" >> $GITHUB_ENV - name: Install dependencies working-directory: packages/nuxeo-designer-catalog @@ -106,8 +108,8 @@ jobs: - name: Generate catalog working-directory: packages/nuxeo-designer-catalog run: | - gulp catalog --tp $TARGET_PLATFORM --webui-branch $BRANCH_NAME - gulp hints --tp $TARGET_PLATFORM + gulp catalog --tp 11.3 --webui-branch maintenance-3.0.x + gulp hints --tp 11.3 - name: Bundle the catalog run: |