an atproto based link aggregator

Skip browser tests in CI - run only server tests

Nixpkgs chromium crashes in the nixery CI environment even with
--no-sandbox. Since there are only 2 browser tests vs 123 server
tests, skip browser tests in CI for now.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -6
+1 -6
.tangled/workflows/ci.yaml
··· 11 11 - nodejs_22 12 12 - pnpm 13 13 - gnused 14 - - chromium 15 - 16 - environment: 17 - PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS: 'true' 18 - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' 19 14 20 15 steps: 21 16 - name: Install dependencies ··· 37 32 command: pnpm check 38 33 39 34 - name: Run tests 40 - command: PLAYWRIGHT_CHROMIUM_PATH=$(command -v chromium) pnpm test 35 + command: pnpm test -- --project server