From d42d4577280d9467e3d428dc4c633a5e8d3424d4 Mon Sep 17 00:00:00 2001 From: "Daniel Porteous (dport)" Date: Thu, 10 Aug 2023 23:50:07 +0100 Subject: [PATCH] Fix node compatibility test CI (#9609) --- .github/workflows/node-api-compatibility-tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-api-compatibility-tests.yaml b/.github/workflows/node-api-compatibility-tests.yaml index cfd01e7fd58631..9e86168fd973aa 100644 --- a/.github/workflows/node-api-compatibility-tests.yaml +++ b/.github/workflows/node-api-compatibility-tests.yaml @@ -114,8 +114,10 @@ jobs: if: ${{ !inputs.SKIP_JOB }} # Ensure any changes to the generated client were checked in. - - run: | - cd ./ecosystem/typescript/sdk && pnpm generate-client -o /tmp/generated_client + - run: cd ./ecosystem/typescript/sdk && pnpm generate-client -o /tmp/generated_client + if: ${{ !inputs.SKIP_JOB }} + + - run: echo "If this step fails, run the following command locally to fix it:" echo "cd ecosystem/typescript/sdk && pnpm generate-client" git diff --no-index --ignore-space-at-eol --ignore-blank-lines ./ecosystem/typescript/sdk/src/generated/ /tmp/generated_client/