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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user