Skip to content

fix: change datatypes of scopes to TEXT (#11) #30

fix: change datatypes of scopes to TEXT (#11)

fix: change datatypes of scopes to TEXT (#11) #30

name: bolt-http-runner 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-http-runner
run: cd packages/bolt-http-runner && npm i && npm test