Skip to content

Commit 5d7cfc4

Browse files
fix workflow
1 parent 6bcf409 commit 5d7cfc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ jobs:
9797
- name: Install Smithy-Dafny codegen dependencies
9898
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
9999

100-
- name: Regenerate code using smithy-dafny
101-
shell: bash
102-
working-directory: ./${{ matrix.library }}
103-
run: |
104-
make polymorph_go
105-
106100
- name: Build ${{ matrix.library }} implementation
107101
shell: bash
108102
working-directory: ./${{ matrix.library }}
@@ -111,6 +105,12 @@ jobs:
111105
CORES=$(node -e 'console.log(os.cpus().length)')
112106
make transpile_go CORES=$CORES
113107
108+
- name: Regenerate code using smithy-dafny
109+
shell: bash
110+
working-directory: ./${{ matrix.library }}
111+
run: |
112+
make polymorph_go
113+
114114
- name: Test ${{ matrix.library }}
115115
working-directory: ./${{ matrix.library }}
116116
run: |

0 commit comments

Comments
 (0)