Skip to content

Commit

Permalink
test catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Aug 2, 2023
1 parent 96b1b8a commit 1eb27d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 1eb27d6

Please sign in to comment.