From a63f76d90f07b83fb6a985890e99ef56849ce3ca Mon Sep 17 00:00:00 2001 From: marihachi <marihachi0620@gmail.com> Date: Thu, 1 Apr 2021 18:32:26 +0900 Subject: [PATCH] update CI configuration --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22167a6..06cec51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- GitLab