fix(tests): fix failing cypress tests and update cypress

* test: update cypress and migrate configs

* test: fix codeBlockLowlight test

* test: bump cypress actions
This commit is contained in:
Sven Adlung
2022-09-26 11:06:01 +02:00
committed by GitHub
parent 95842e18f6
commit 348383b96c
7 changed files with 31 additions and 19 deletions

View File

@@ -89,7 +89,7 @@ jobs:
- name: Run tests with Cypress
id: cypress
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4.2.0
with:
cache-key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
start: npm run start