Skip to content

BAH-3700 | Autocomplete Dropdown field with Multiselect acting flaky after selecting a value #82

BAH-3700 | Autocomplete Dropdown field with Multiselect acting flaky after selecting a value

BAH-3700 | Autocomplete Dropdown field with Multiselect acting flaky after selecting a value #82

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
jobs:
build-package:
name: Build & Package
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: "12.x"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test
- name: Package
run: yarn ci