From 6d973834608a6ff1e65e38e4a81addbdf9482761 Mon Sep 17 00:00:00 2001 From: DR Date: Wed, 24 Apr 2024 06:11:12 -0400 Subject: [PATCH] fix workflow name --- .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 5dfecaf..d9e9ae0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: MTERM build +name: MTERM test on: push: