Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Binary file removed app/fixtures/essays/test.pdf
Binary file not shown.
Loading