Attempting to fix CI/CD issue with installing Playwright dependencies
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 26s

This commit is contained in:
Alan Bridgeman 2026-05-13 10:04:55 -05:00
parent 5024375e20
commit 2dff3419a1

View file

@ -59,7 +59,8 @@ jobs:
# We only need chromium for CI to save time, unless you configured multi-browser testing
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
run: |
echo "${{ secrets.SUDO_PASSWORD }}" | sudo -S npx playwright install --with-deps chromium
# This will automatically boot your server.ts, run tests, and tear it down when done
- name: Run E2E Tests & Accessibility Audits