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