From d20e28657f4b596e3ee266a6284c73066fc875e1 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Mon, 24 May 2021 13:40:33 +0200 Subject: [PATCH] Rename test action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a9660f..5072fb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.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: