Skip to content

Commit 2b6bf4d

Browse files
committed
fix: use yalc 'file' instead of yalc 'link' in CI for a more real-life package installation scenario
1 parent 75f5334 commit 2b6bf4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
cache: 'yarn'
4343
- name: Install dependencies plugin
4444
run: yarn --no-lockfile --unsafe-perm
45+
- name: Add yalc package to the playground
46+
run: yarn playground:yalc-add
4547
- name: Install dependencies playground
46-
run: yarn playground:install --unsafe-perm
48+
run: cd playground && yarn install --unsafe-perm
4749
- name: Build playground
4850
run: yarn playground:build
4951
- name: Run test

0 commit comments

Comments
 (0)