Skip to content

release: bump to version - v2.3.1 #173

release: bump to version - v2.3.1

release: bump to version - v2.3.1 #173

Workflow file for this run

name: 🧪 Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
jobs:
frontend:
name: Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install NPM Dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test
# TODO - capture and report on coverage