From efa4370894d7baeb1507d474324a2b47b7203671 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 29 Dec 2021 22:06:56 +0100 Subject: [PATCH] fix: Integration test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4604493..9b2f4ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: yarn playground:install --ignore-scripts --frozen-lockfile - name: Install plugin - run: yarn add strapi-plugin-config-sync@boazpoolman/strapi-plugin-config-sync#${GITHUB_REF##*/} + run: cd playground && yarn add strapi-plugin-config-sync@boazpoolman/strapi-plugin-config-sync#${GITHUB_REF##*/} - name: Run test run: yarn run -s test:integration # unit: