From 5d94b6949e0804c38c49943a91ab4788ba14e8cc 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 7353a1d79ea7ae..1ccb4eaa2779e3 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: |