Skip to content

QA-15348: Add selectByValue for choicelist dropdown menu #131

QA-15348: Add selectByValue for choicelist dropdown menu

QA-15348: Add selectByValue for choicelist dropdown menu #131

Workflow file for this run

name: On Code Change (PR)
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint-build:
name: Lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn lint
- run: yarn run build