Skip to content

chore(CI): add a workflow to build a release #14

chore(CI): add a workflow to build a release

chore(CI): add a workflow to build a release #14

Workflow file for this run

name: LimesUI testcases
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm run build
- run: npm test