From ca89013d68dd89789df4a3c6f47fb1827b83ed6c Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 13 Apr 2021 12:43:12 +0200 Subject: [PATCH] fix cypress --- .github/workflows/deploy-website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 2596ece0..dd5fa193 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -32,6 +32,8 @@ jobs: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + working-directory: packages/website + install-command: npm i --force --silent record: true start: npm run serve wait-on: "http://127.0.0.1:9000"