Skip to content

Commit 285385e

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
- name: Install dependencies
2828
run: npm install
2929

30-
- name: Link project to be able to use @athenna/test
30+
- name: Create link from package
31+
run: npm link
32+
33+
- name: Link package on itself to be able to use @athenna/test
3134
run: npm link @athenna/common
3235

3336
- name: Run tests

0 commit comments

Comments
 (0)