From 91a3409c4e2c905723a9a7da23511d00271dd0b3 Mon Sep 17 00:00:00 2001 From: Ala Hawash Date: Mon, 15 Jan 2024 16:27:18 +0400 Subject: [PATCH] rename workflow --- .github/workflows/axon-tools-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/axon-tools-tests.yml b/.github/workflows/axon-tools-tests.yml index 92bebf0c..5f3fa4b2 100644 --- a/.github/workflows/axon-tools-tests.yml +++ b/.github/workflows/axon-tools-tests.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: Node.js CI +name: Axon Tools Tests on: push: