Skip to content

Commit

Permalink
Merge branch 'dev' into downgrading-dotnet-test-project-sdk-version
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman authored May 23, 2024
2 parents 4fdd38b + 93d52a6 commit 605af17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ jobs:
with:
version: 8

- name: Install Java
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: "11"

# Generate mocks
- name: Generate mocks
run: go generate ./...
Expand Down

0 comments on commit 605af17

Please sign in to comment.