Skip to content

Commit

Permalink
remove cat since files are so large
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Apr 16, 2024
1 parent 205d185 commit 4150559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ jobs:
ls -l vendor/${{ inputs.module-repo }}/build
echo "node_modules/@${{ inputs.module-repo }}/build"
ls -l node_modules/@${{ inputs.module-repo }}/build
cat node_modules/@${{ inputs.module-repo }}/build/index.js
rsync -r -v -h --progress vendor/${{ inputs.module-repo }}/build node_modules/@${{ inputs.module-repo }}/build
cat node_modules/@${{ inputs.module-repo }}/build/index.js
echo "node_modules/@${{ inputs.module-repo }}/build after rsync"
ls -l node_modules/@${{ inputs.module-repo }}/build
- name: Build Plugin
run: npm run build

Expand Down

0 comments on commit 4150559

Please sign in to comment.