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 b85be13 commit 07f3636
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ jobs:
run: echo "processed_path=$(echo "${{ inputs.externalProjectGit }}" | cut -d'/' -f2-)" >> $GITHUB_ENV
- 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
ls
# ls -d ../../${{ env.processed_path }}
- name: Update for bundling
run: node ../../${{ env.processed_path }}/node_modules/@salesforce/core/scripts/updateForBundling.js
# - name: Update references for core bundle
Expand Down

0 comments on commit 07f3636

Please sign in to comment.