Skip to content

Commit

Permalink
ci(step): add new step to update package link
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 22, 2025
1 parent 49d6276 commit 285385e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Link project to be able to use @athenna/test
- name: Create link from package
run: npm link

- name: Link package on itself to be able to use @athenna/test
run: npm link @athenna/common

- name: Run tests
Expand Down

0 comments on commit 285385e

Please sign in to comment.