1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 20:40:32 +09:00
Yasuaki Uechi 6cf66707c2
GitHub Actions (#2)
* add workflow

* fix: add @master

* fix: test

* fix

* onpush

* fix paths

* add badge
2019-08-14 19:01:21 +09:00

17 lines
305 B
YAML

name: Web App
on:
push:
paths:
- web/*
pull_request:
paths:
- web/*
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@master
- uses: actions/checkout@master
- run: yarn --cwd web install
- run: yarn --cwd web test