Skip to content
Merged
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
9 changes: 7 additions & 2 deletions .github/workflows/argos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,16 @@ jobs:
- name: Install Playwright browsers
run: pnpm playwright install --with-deps chromium

- name: Build website fast
- name: Build website for screenshots
run: pnpm argos:build

- name: Take and upload Argos screenshots
run: pnpm argos:screenshot

- name: Build website for text snapshots
run: pnpm argos:build
env:
# Easier HTML diffs to review on Argos
# an alternative could be to use Prettier/Oxfmt on build output
SKIP_HTML_MINIFICATION: true
- name: Upload Argos text snapshots
run: pnpm argos:upload-text-snapshots
Loading