From a9f5cf7c6ffcf55ffddc1e86fa3e44bd31f5cadb Mon Sep 17 00:00:00 2001 From: ruzell22 Date: Fri, 13 Sep 2024 13:07:50 +0800 Subject: [PATCH] test Signed-off-by: ruzell22 --- .github/workflows/are-the-types-wrong.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/are-the-types-wrong.yaml b/.github/workflows/are-the-types-wrong.yaml index 33a4b62b7d..da3f4ede18 100644 --- a/.github/workflows/are-the-types-wrong.yaml +++ b/.github/workflows/are-the-types-wrong.yaml @@ -21,4 +21,4 @@ jobs: - name: Installing Library run: npm i -g @arethetypeswrong/cli - name: Building and running the scan - run: yarn are-the-types-wrong \ No newline at end of file + run: TS_NODE_PROJECT=./tools/tsconfig.json node --trace-deprecation --experimental-modules --abort-on-uncaught-exception --loader ts-node/esm --experimental-specifier-resolution=node ./tools/custom-checks/run-attw-on-tgz.ts \ No newline at end of file