Skip to content

fix(pat relateditems): Import Select2 module before calling it when not yet initialized #645

fix(pat relateditems): Import Select2 module before calling it when not yet initialized

fix(pat relateditems): Import Select2 module before calling it when not yet initialized #645

Workflow file for this run

name: test
on:
push:
branches:
- master
- 5.0.x
pull_request:
branches:
- master
- 5.0.x
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: make eslint
- run: yarn test