Skip to content

Deployment: Dockerfile and Smithery config #11

Deployment: Dockerfile and Smithery config

Deployment: Dockerfile and Smithery config #11

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: npm ci
- run: npm run build
- run: npm test
- name: Upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage/