Skip to content

Commit

Permalink
update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 14, 2023
1 parent 082376c commit faee07f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
- name: Check Module for build script
id: build
working-directory: ./vendor/${{ inputs.module-repo }}
if: ${{ steps.workflow.outputs.hasPackageJson }}
shell: bash
run: |
echo "hasBuildCommand=`grep -wq '"build":' vendor/${{ inputs.module-repo }}/package.json`" >> $GITHUB_OUTPUT
Expand All @@ -150,7 +149,6 @@ jobs:
- name: Build Module if build command exists
working-directory: ./vendor/${{ inputs.module-repo }}
if: |
${{ steps.package.outputs.hasPackageJson != '' }} &&
${{ steps.build.outputs.hasBuildCommand != '' }}
run: npm run build

Expand Down

0 comments on commit faee07f

Please sign in to comment.