.
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
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:
parent
71c2584485
commit
38cdcd53d9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue