Skip to content

Implemented status property on TarSelect and TarTextarea components. #94

Implemented status property on TarSelect and TarTextarea components.

Implemented status property on TarSelect and TarTextarea components. #94

Workflow file for this run

name: Build Vue3 UI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build Vue3 UI
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm clean-install
- name: Build for Production
run: npm run build
- name: Run Tests & Coverage
run: npm run test