Skip to content

Commit

Permalink
Revert "fix(ci): unlink workspace packages when testing release (#565) (
Browse files Browse the repository at this point in the history
#584)"

This reverts commit 99e2c0c.
  • Loading branch information
diego-aquino authored Feb 22, 2025
1 parent b818a6b commit 8d695b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/zimic-release-npm-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ runs:
- name: Test released package
shell: bash
run: |
sed -i \
's/link-workspace-packages = true/link-workspace-packages = false/' \
.npmrc
echo "Using ${{ inputs.project-name }}@${{ steps.zimic-version.outputs.value }} for testing..."
for packageFile in apps/*/package.json examples/package.json examples/*/package.json; do
Expand Down

0 comments on commit 8d695b3

Please sign in to comment.