Skip to content

Loadingの処理を修正 #300

Loadingの処理を修正

Loadingの処理を修正 #300

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