Skip to content

Merge pull request #14 from plaidev/feature/8368-chat-fix #54

Merge pull request #14 from plaidev/feature/8368-chat-fix

Merge pull request #14 from plaidev/feature/8368-chat-fix #54

Workflow file for this run

name: Test plugin
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: plugin
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
cache-dependency-path: ./plugin/yarn.lock
- run: corepack enable
- run: yarn && yarn build
- run: yarn test