Skip to content

Commit 5c76e53

Browse files
CI
1 parent 5fe7413 commit 5c76e53

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,15 @@ jobs:
7474
run: |
7575
go install golang.org/x/tools/cmd/goimports@latest
7676
77+
- name: Install Smithy-Dafny codegen dependencies
78+
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
79+
7780
- uses: actions/checkout@v3
78-
with:
79-
submodules: recursive
80-
- run: git submodule update --init --recursive submodules/smithy-dafny
81+
- name: Init Submodules
82+
shell: bash
83+
run: |
84+
git submodule update --init --recursive submodules/smithy-dafny
85+
git submodule update --init --recursive submodules/MaterialProviders
8186
8287
- name: Regenerate code using smithy-dafny
8388
shell: bash

0 commit comments

Comments
 (0)