Skip to content

Commit b209764

Browse files
fix workflow
1 parent 1b1d251 commit b209764

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
@@ -108,12 +108,6 @@ jobs:
108108
- name: Install Smithy-Dafny codegen dependencies
109109
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
110110

111-
- name: Regenerate code using smithy-dafny
112-
shell: bash
113-
working-directory: ./${{ matrix.library }}
114-
run: |
115-
make polymorph_go
116-
117111
- name: Build ${{ matrix.library }} implementation
118112
shell: bash
119113
working-directory: ./${{ matrix.library }}
@@ -122,6 +116,12 @@ jobs:
122116
CORES=$(node -e 'console.log(os.cpus().length)')
123117
make transpile_go CORES=$CORES
124118
119+
- name: Regenerate code using smithy-dafny
120+
shell: bash
121+
working-directory: ./${{ matrix.library }}
122+
run: |
123+
make polymorph_go
124+
125125
- name: Test ${{ matrix.library }}
126126
working-directory: ./${{ matrix.library }}
127127
run: |

0 commit comments

Comments
 (0)