From 9437639c53a323aba029710022d98c348856fb8d Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Sat, 30 Sep 2023 19:37:54 +0100 Subject: [PATCH] ci: update gh action --- .github/workflows/e2e-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 7e6f98761..9817c7dbd 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -30,13 +30,11 @@ jobs: with: node-version: 18 - name: Generate package-lock.json - run: npm install + run: npm cache clean --force && npm install - name: Install dependencies run: npm ci - name: Copy env run: cp .env.example .env - - name: Load environment variables - run: set -a; source .env - name: Build Documenso run: npm run build - name: Install Playwright Browsers