Skip to content

Commit 3c13a91

Browse files
auto commit
1 parent 0fe6e5c commit 3c13a91

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ jobs:
7474
run: |
7575
go install golang.org/x/tools/cmd/goimports@latest
7676
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
77+
- name: Regenerate code using smithy-dafny
78+
shell: bash
79+
working-directory: ./${{ matrix.library }}
80+
run: |
81+
make polymorph_go
8482
8583
- name: Build ${{ matrix.library }} implementation
8684
shell: bash

0 commit comments

Comments
 (0)