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 97
97
- name : Install Smithy-Dafny codegen dependencies
98
98
uses : ./.github/actions/install_smithy_dafny_codegen_dependencies
99
99
100
- - name : Regenerate code using smithy-dafny
101
- shell : bash
102
- working-directory : ./${{ matrix.library }}
103
- run : |
104
- make polymorph_go
105
-
106
100
- name : Build ${{ matrix.library }} implementation
107
101
shell : bash
108
102
working-directory : ./${{ matrix.library }}
@@ -111,6 +105,12 @@ jobs:
111
105
CORES=$(node -e 'console.log(os.cpus().length)')
112
106
make transpile_go CORES=$CORES
113
107
108
+ - name : Regenerate code using smithy-dafny
109
+ shell : bash
110
+ working-directory : ./${{ matrix.library }}
111
+ run : |
112
+ make polymorph_go
113
+
114
114
- name : Test ${{ matrix.library }}
115
115
working-directory : ./${{ matrix.library }}
116
116
run : |
You can’t perform that action at this time.
0 commit comments