Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 14, 2023
1 parent b073e8d commit 2da8b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Build Module if build command exists
working-directory: ./vendor/${{ inputs.module-repo }}
if: |
${{ steps.package.outputs.hasPackageJson != '' }} &&
${{ steps.package.outputs.hasPackageJson != '' }} &&
${{ steps.build.outputs.hasBuildCommand != '' }}
run: npm run build

Expand Down

0 comments on commit 2da8b1b

Please sign in to comment.