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 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 : |
You can’t perform that action at this time.
0 commit comments