From e7ba2d49f80a52e47ac052c5c82ac7ecb4ebc53e Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Wed, 18 May 2022 08:50:03 +0200 Subject: [PATCH] chore: Fix CTH script --- .github/workflows/schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 9bd888ddb..7df3ed21e 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -39,7 +39,7 @@ jobs: sleep 1 done - name: Create users - run: ts-node test/deploy/createAccountCredentials.ts http://localhost:3000/ >> test/deploy/conformance.env + run: npx ts-node test/deploy/createAccountCredentials.ts http://localhost:3000/ >> test/deploy/conformance.env - name: Run the test harness run: > docker run -i --rm