From bd43640a9dc4d70a20ef98144ae261a2769ec70d Mon Sep 17 00:00:00 2001 From: Christian Palazzo Date: Wed, 17 Apr 2024 22:26:04 +0200 Subject: [PATCH] test pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9bb198..7cc3fae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,4 +36,4 @@ jobs: run: node ci --function smartContractsUnitTest - name: Run scripts unit tests - run: node ci --function scriptsUnitTest + run: npm run test-scripts