From 798780e225cfdb67dafdd3cb6fd5778166fba68e Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 29 Dec 2021 22:10:12 +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 9b2f4ae..fafaa4b 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: cd playground && 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 - name: Run test run: yarn run -s test:integration # unit: