Skip to content

Fix #9 Prevent sequelize sync() from being called #27

Fix #9 Prevent sequelize sync() from being called

Fix #9 Prevent sequelize sync() from being called #27

name: bolt extension common CI Build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Node.js (${{ matrix.node-version }})
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- name: bolt-extension-test-kit
run: cd packages/bolt-extension-test-kit && npm i && npm test