Skip to content

Commit

Permalink
use full ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Apr 16, 2024
1 parent d1e089c commit 205d185
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 @@ -200,9 +200,9 @@ jobs:
if: ${{ inputs.sync-npm-package }}
run: |
echo "vendor/${{ inputs.module-repo }}/build"
l vendor/${{ inputs.module-repo }}/build
ls -l vendor/${{ inputs.module-repo }}/build
echo "node_modules/@${{ inputs.module-repo }}/build"
l 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
Expand Down

0 comments on commit 205d185

Please sign in to comment.