Skip to content

複数のアプリケーションを格納できる構成に変更 #352

複数のアプリケーションを格納できる構成に変更

複数のアプリケーションを格納できる構成に変更 #352

Workflow file for this run

name: Run Test
on:
pull_request:
types: [ opened, reopened, edited, synchronize ]
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn jest