Skip to content

Merge pull request #120 from Next2D/develop #298

Merge pull request #120 from Next2D/develop

Merge pull request #120 from Next2D/develop #298

Workflow file for this run

name: Integration UnitTest
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run test