Skip to content

認証鍵付きコミットのてすと #224

認証鍵付きコミットのてすと

認証鍵付きコミットのてすと #224

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: npm ci
- name: build
run: npm run build
- name: test
run: npm test