Continued work to try to get CI/CD working properly
Some checks failed
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Failing after 2m12s

This commit is contained in:
Alan Bridgeman 2026-05-13 10:39:57 -05:00
parent 2dff3419a1
commit 64f952ebc0

View file

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