Merge branch 'main' into refactor/tailwind-4-migration

This commit is contained in:
Bryan Galdámez 2025-06-18 00:59:04 -06:00
commit 2d84f9faa0
No known key found for this signature in database

View file

@ -120,6 +120,9 @@ jobs:
with:
run_install: false
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run ${{ matrix.name }}
run: pnpm exec turbo run ${{ matrix.check }}
@ -159,6 +162,9 @@ jobs:
with:
run_install: false
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Cache Playwright Browsers
uses: actions/cache@v4
with: