Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamChaturvedi7 committed Sep 4, 2024
1 parent 79c1bad commit 4a80456
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test_models_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,28 @@ jobs:
run: |
go mod init github.com/dafny-lang/DafnyRuntimeGo
go mod tidy
- name: Setup Java 17 for codegen
uses: actions/setup-java@v3
with:
distribution: "corretto"
java-version: 17

- name: Setup smithy-dafny-conversion
uses: gradle/gradle-build-action@v2
with:
arguments: publishToMavenLocal
build-root-directory: smithy-dafny-conversion

- name: Install Smithy-Dafny codegen dependencies
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies

- name: Install smithy-dafny-codegen locally
uses: gradle/gradle-build-action@v2
with:
arguments: :smithy-dafny-codegen:pTML
build-root-directory: codegen

- name: polymorph dafny dependencies
shell: bash
working-directory: ./TestModels/dafny-dependencies/StandardLibrary
Expand Down

0 comments on commit 4a80456

Please sign in to comment.