From dc9bd2ea55037a523b8aab5ca6d06f900b574417 Mon Sep 17 00:00:00 2001 From: Jon Palmer <328224+jonspalmer@users.noreply.github.com> Date: Wed, 26 Feb 2020 21:29:39 -0500 Subject: [PATCH] fix --- .github/workflows/tests-puppeteer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-puppeteer.yml b/.github/workflows/tests-puppeteer.yml index c2acbb1feb08..2564920af698 100644 --- a/.github/workflows/tests-puppeteer.yml +++ b/.github/workflows/tests-puppeteer.yml @@ -29,7 +29,7 @@ jobs: yarn --cwd examples/official-storybook build-storybook - name: install puppeteer run: | - yarn add puppeteer + yarn --cwd examples/official-storybook add puppeteer - name: test run: | yarn test --puppeteer