Skip to content

various style modal and table touchups #224

various style modal and table touchups

various style modal and table touchups #224

name: Test FE
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: npm install
run: |
npm install
- name: npm test
run: |
npm run package
npm test