1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 18:16:37 +09:00

feat(api): add test

This commit is contained in:
2019-08-14 19:55:28 +09:00
parent 0fdab750c4
commit fc034bc2bb
8 changed files with 3999 additions and 21 deletions

View File

@@ -8,9 +8,10 @@ on:
- api/*
jobs:
test:
name: Test Install
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@master
- uses: actions/checkout@master
- run: yarn --cwd api install
- run: yarn --cwd api install
- run: yarn --cwd api test