Skip to content

ref #24861 correct graphQL for multiselect and simple list #349

ref #24861 correct graphQL for multiselect and simple list

ref #24861 correct graphQL for multiselect and simple list #349

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm test