Skip to content

Commit a089518

Browse files
auto commit
1 parent 5c76e53 commit a089518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +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-
8077
- uses: actions/checkout@v3
8178
- name: Init Submodules
8279
shell: bash
8380
run: |
8481
git submodule update --init --recursive submodules/smithy-dafny
8582
git submodule update --init --recursive submodules/MaterialProviders
83+
84+
- name: Install Smithy-Dafny codegen dependencies
85+
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
8686

8787
- name: Regenerate code using smithy-dafny
8888
shell: bash

0 commit comments

Comments
 (0)