From c7570c7822b3e76b2745f890333ce3c4052aa858 Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:10:10 +0200 Subject: [PATCH] Update deploy.yaml Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com> --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 44403a4d..2d443c4c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -81,7 +81,6 @@ jobs: working-directory: ${{ matrix.directory }}/js run: | npm i - npm install cypress - name: Restore renv from cache uses: actions/cache@v3 @@ -124,6 +123,7 @@ jobs: continue-on-error: true uses: cypress-io/github-action@v6 with: + build: npm install cypress working-directory: ${{ matrix.directory }}/js start: npm run run-app wait-on: "http://localhost:3333"