From 9343725df06eba4475f3741014a778f4a2f7462d Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 16 Aug 2023 13:53:04 -0700 Subject: [PATCH] more debug --- .github/workflows/smithy-polymorph.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/smithy-polymorph.yml b/.github/workflows/smithy-polymorph.yml index 4635baea5..bbde17774 100644 --- a/.github/workflows/smithy-polymorph.yml +++ b/.github/workflows/smithy-polymorph.yml @@ -41,10 +41,10 @@ jobs: # Required for building Smithy-Dafny # TODO: This step can and should be removed once Smithy-Python is on Maven central - name: Locally cache smithy-python-codegen - uses: gradle/gradle-build-action@v2 - with: - arguments: :smithy-python-codegen:publishToMavenLocal - build-root-directory: submodules/smithy-python/codegen + uses: gradle/gradle-build-action@v2 + with: + arguments: :smithy-python-codegen:publishToMavenLocal + build-root-directory: submodules/smithy-python/codegen - name: Sanity-check SQS test model via plugin uses: gradle/gradle-build-action@v2