Skip to content

Commit

Permalink
Fix node compatibility test CI (aptos-labs#9609)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored and Aalok Thakkar committed Aug 13, 2023
1 parent 8ccb5e7 commit d42d457
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node-api-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit d42d457

Please sign in to comment.