update CI configuration

This commit is contained in:
marihachi 2021-04-01 18:32:26 +09:00
parent f8e8c8cce5
commit a63f76d90f

View file

@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
name: CI
on:
push:
@ -10,7 +10,7 @@ on:
branches: [ develop ]
jobs:
build:
test:
runs-on: ubuntu-latest