Skip to content

Commit

Permalink
Merge pull request #56
Browse files Browse the repository at this point in the history
Template Parameters
  • Loading branch information
naveedkhan8067 authored May 20, 2024
2 parents 455b0f6 + 010b38b commit 74820a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/templates/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ runs:
shell: bash
working-directory: ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}

# This step was added to show the output
- name: Execute Variant (Demo Purposes)
run: node ./lib/index.js
shell: bash
working-directory: ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}
# # This step was added to show the output
# - name: Execute Variant (Demo Purposes)
# run: node ./lib/index.js
# shell: bash
# working-directory: ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}

- name: Package ${{inputs.VARIANT_TYPE}} Variant
run: npm pack
shell: bash
working-directory: ${{inputs.WORKING-DIR}}/${{inputs.COMPONENT}}
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch'}}

- name: Publish ${{inputs.VARIANT_TYPE}} Variant
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 74820a4

Please sign in to comment.