We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe6e5c commit 3c13a91Copy full SHA for 3c13a91
.github/workflows/ci_test_go.yml
@@ -74,13 +74,11 @@ jobs:
74
run: |
75
go install golang.org/x/tools/cmd/goimports@latest
76
77
- - name: Regenerate code using smithy-dafny if necessary
78
- uses: ./.github/actions/polymorph_codegen
79
- with:
80
- dafny: ${{ env.DAFNY_VERSION }}
81
- library: ${{ matrix.library }}
82
- diff-generated-code: false
83
- update-and-regenerate-mpl: true
+ - name: Regenerate code using smithy-dafny
+ shell: bash
+ working-directory: ./${{ matrix.library }}
+ run: |
+ make polymorph_go
84
85
- name: Build ${{ matrix.library }} implementation
86
shell: bash
0 commit comments