mirror of
https://github.com/uetchy/namae.git
synced 2025-09-10 18:16:37 +09:00
GitHub Actions (#2)
* add workflow * fix: add @master * fix: test * fix * onpush * fix paths * add badge
This commit is contained in:
17
.github/workflows/web.yml
vendored
Normal file
17
.github/workflows/web.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user