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 e5350b6 commit a8ac22e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ 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
run: |
ls -d ../../${{ env.processed_path }}/node_modules/@salesforce
- 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 a8ac22e

Please sign in to comment.