diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index bed76aa1..23a02f5f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -75,9 +75,13 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - name: Install dependencies - run: npm ci --omit dev --ignore-scripts --prefer-offline + run: npm ci --ignore-scripts --prefer-offline + - name: Install Playwright browsers + run: npx playwright install chromium - name: Build site run: npm run build + - name: Install Playwright browsers + run: npx playwright install chromium - name: Run readability test on built site run: npm run test:reading - if: failure() diff --git a/app/fixtures/essays/test.pdf b/app/fixtures/essays/test.pdf deleted file mode 100644 index 86b55355..00000000 Binary files a/app/fixtures/essays/test.pdf and /dev/null differ