Skip to content

fix(deps): update dependency @mdx-js/react to v3 #533

fix(deps): update dependency @mdx-js/react to v3

fix(deps): update dependency @mdx-js/react to v3 #533

Workflow file for this run

name: Cypress E2E Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: npm run build
start: npm run cypress:open && npm run cypress:run
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}