diff --git a/.github/workflows/unify.yml b/.github/workflows/unify.yml index b5e9e6320f..449f7dea93 100644 --- a/.github/workflows/unify.yml +++ b/.github/workflows/unify.yml @@ -52,6 +52,10 @@ jobs: - name: Regen zap files with the cloned sdk, using latest. run: node ./src-script/unify-regen.js ./unify_sdk/ + - name: testing if in the right repo + run: pwd + working-directory: unify_sdk + - name: Check for differences in the cloned repository run: git diff --exit-code working-directory: unify_sdk