From 2b6bf4de94577826ebe1bd5b8e795f51317ba332 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 12 Oct 2024 20:01:43 +0200 Subject: [PATCH] fix: use yalc 'file' instead of yalc 'link' in CI for a more real-life package installation scenario --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36fbf57..3e93e42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,8 +42,10 @@ jobs: cache: 'yarn' - name: Install dependencies plugin run: yarn --no-lockfile --unsafe-perm + - name: Add yalc package to the playground + run: yarn playground:yalc-add - name: Install dependencies playground - run: yarn playground:install --unsafe-perm + run: cd playground && yarn install --unsafe-perm - name: Build playground run: yarn playground:build - name: Run test