File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments