File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
with :
46
46
port : 8000
47
47
cors : " *"
48
-
48
+
49
49
- name : Support longpaths
50
50
run : |
51
51
git config --global core.longpaths true
68
68
69
69
- name : Create temporary global.json
70
70
run : echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
71
-
71
+
72
72
- name : Setup Java 17 for codegen
73
73
uses : actions/setup-java@v3
74
74
with :
@@ -104,7 +104,7 @@ jobs:
104
104
run : |
105
105
git submodule update --init --recursive submodules/smithy-dafny
106
106
git submodule update --init --recursive submodules/MaterialProviders
107
-
107
+
108
108
- name : Install Smithy-Dafny codegen dependencies
109
109
uses : ./.github/actions/install_smithy_dafny_codegen_dependencies
110
110
@@ -121,14 +121,14 @@ jobs:
121
121
working-directory : ./${{ matrix.library }}
122
122
run : |
123
123
make polymorph_go
124
-
124
+
125
125
- name : Copy ${{ matrix.library }} Vector Files
126
126
if : ${{ matrix.library == 'TestVectors' }}
127
127
shell : bash
128
128
working-directory : ./${{ matrix.library }}
129
129
run : |
130
130
cp runtimes/java/*.json runtimes/go/TestsFromDafny-go/
131
-
131
+
132
132
- name : Test ${{ matrix.library }}
133
133
working-directory : ./${{ matrix.library }}
134
134
run : |
You can’t perform that action at this time.
0 commit comments