Skip to content

Commit 49d6276

Browse files
committed
ci(step): add new step to update package link
1 parent bbe35a1 commit 49d6276

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ jobs:
5252
- name: Install dependencies
5353
run: npm install
5454

55-
- name: Link project to be able to use @athenna/test
56-
run: npm link && npm link @athenna/common
55+
- name: Create link from package
56+
run: npm link
57+
58+
- name: Link package on itself to be able to use @athenna/test
59+
run: npm link @athenna/common
5760

5861
- name: Run tests
5962
run: npm run test

0 commit comments

Comments
 (0)