Skip to content

Merge branch 'main' of https://github.com/mckaywrigley/chatbot-ui-pro… #2

Merge branch 'main' of https://github.com/mckaywrigley/chatbot-ui-pro…

Merge branch 'main' of https://github.com/mckaywrigley/chatbot-ui-pro… #2

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:16
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Vitest Suite
run: npm test