Skip to content

Merge pull request #77 from Project-Chirp/T76-Chat-Endpoint-Refactors #292

Merge pull request #77 from Project-Chirp/T76-Chat-Endpoint-Refactors

Merge pull request #77 from Project-Chirp/T76-Chat-Endpoint-Refactors #292

name: tests
on:
push:
pull_request:
types: [opened]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: npm ci
- name: build
run: npm run build --if-present