Skip to content

Commit

Permalink
Update testExternalProjects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 24, 2024
1 parent a8ac22e commit b85be13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
- name: Prepare path for bundling script
id: prepare-path
run: echo "processed_path=$(echo "${{ inputs.externalProjectGit }}" | cut -d'/' -f2-)" >> $GITHUB_ENV
- name: print dir
- name: print directories
run: |
ls -d ../..
ls -d ../../${{ env.processed_path }}
ls -d ../../${{ env.processed_path }}/node_modules
ls -d ../../${{ env.processed_path }}/node_modules/@salesforce
- name: Update for bundling
run: node ../../${{ env.processed_path }}/node_modules/@salesforce/core/scripts/updateForBundling.js
Expand Down

0 comments on commit b85be13

Please sign in to comment.