mirror of
https://github.com/uetchy/namae.git
synced 2025-09-10 10:06:39 +09:00
feat(api): add test
This commit is contained in:
5
.github/workflows/api.yml
vendored
5
.github/workflows/api.yml
vendored
@@ -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
|
Reference in New Issue
Block a user