From 9d5f0193449f79969c550327f6f616a8c931c8e1 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Tue, 1 Nov 2022 19:22:59 +0800 Subject: [PATCH] ci: fix wrong path (#28700) --- web3.js/.github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/.github/workflows/cicd.yml b/web3.js/.github/workflows/cicd.yml index 7353a1d79e..1ccb4eaa27 100644 --- a/web3.js/.github/workflows/cicd.yml +++ b/web3.js/.github/workflows/cicd.yml @@ -20,7 +20,7 @@ jobs: - name: Build run: | - script.sh + scripts/test.sh - name: Publish NPM run: |