From f24a789ab04eb8ec7086549ba8dde52e9e844122 Mon Sep 17 00:00:00 2001 From: Andrew Dmytrenko Date: Tue, 26 Dec 2023 23:33:13 +0200 Subject: [PATCH] workflow name fix --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a8efe8a..ef67fe1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -35,5 +35,5 @@ jobs: - name: compile contracts run: npx hardhat compile - - name: deploy simulation + - name: deployment and testing run: npx hardhat test \ No newline at end of file