Skip to content

Merge pull request #49 from max36895/1.5 #28

Merge pull request #49 from max36895/1.5

Merge pull request #49 from max36895/1.5 #28

Workflow file for this run

name: "Actions unit test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unitTest:
name: unitTest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node
run: npm install
- name: Build Project
run: npm run build
- name: Run test
run: npm test