Skip to content

Fixed the baked state of the onChange function and disabled prop in <CodeMirror /> component (CMEM-7195) #1454

Fixed the baked state of the onChange function and disabled prop in <CodeMirror /> component (CMEM-7195)

Fixed the baked state of the onChange function and disabled prop in <CodeMirror /> component (CMEM-7195) #1454

Workflow file for this run

name: "🧪 Test: code"
on:
pull_request:
paths:
- ".github/workflows/test-code.yml"
- "src/**.js"
- "src/**.ts"
- "src/**.tsx"
- "index.ts"
- "**.scss"
- package.json
- yarn.lock
jobs:
test-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Test using Node.js
uses: actions/setup-node@main
with:
node-version: "lts/krypton"
- run: yarn install
- run: yarn compile
- run: yarn compile-scss
- run: yarn test:ci