Skip to content

Commit

Permalink
fix: test the local repo, not the remote
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Sep 25, 2024
1 parent b2f4ea0 commit 7de194c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
- name: (npm) Test Tact and Blueprint installs in existing projects
if: ${{ matrix.package-manager == 'npm' }}
run: |
npm link
# Out of the box, only npm experiences issues
# with lifecycle scripts of installed dependencies
cd .. && mkdir npm-test && cd npm-test
Expand Down

0 comments on commit 7de194c

Please sign in to comment.