.
Some checks failed
Run Tests / Prepare environment (push) Successful in 23m20s
Run Tests / Run unit tests (push) Failing after 2m0s
Run Tests / Run E2E tests (edge) (push) Failing after 5m55s
Run Tests / Run E2E tests (firefox) (push) Failing after 32m42s
Run Tests / Run E2E tests (chrome) (push) Failing after 32m44s

This commit is contained in:
Mrrp 2025-03-06 02:35:15 -08:00
parent 71c2584485
commit 38cdcd53d9

View file

@ -88,6 +88,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
name: node-modules name: node-modules
key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
- name: Run unit tests - name: Run unit tests
run: npm run test:unit run: npm run test:unit