From 4fc8c7794e50212f35ce34ac9e2a6fae61cd5a8d Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 13 Apr 2021 12:44:57 +0200 Subject: [PATCH] skip install on cypress --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index dd5fa193..9618b047 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: working-directory: packages/website - install-command: npm i --force --silent + install: false record: true start: npm run serve wait-on: "http://127.0.0.1:9000"