From e2e0d443126d724cc32f161845e9f0194019e783 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 11 Jan 2023 09:34:09 -0500 Subject: [PATCH] DEBUG lint openapi CI --- .github/workflows/lint_openapi_schema.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint_openapi_schema.yml b/.github/workflows/lint_openapi_schema.yml index c41e1489d933..02cfb35e640d 100644 --- a/.github/workflows/lint_openapi_schema.yml +++ b/.github/workflows/lint_openapi_schema.yml @@ -51,6 +51,9 @@ jobs: - name: Build typescript schema run: make update-client-api-schema working-directory: 'galaxy root' + - name: Diff... + run: git diff + working-directory: 'galaxy root' - name: Check for changes run: | if [[ `git status --porcelain` ]]; then