Skip to content

Commit

Permalink
chore: setup java17 in test workflow (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Feb 7, 2024
1 parent a68ebfc commit c801b08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
dotnet-version: 7.0.103

- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- name: Remove faulty SDK version
run: sudo rm -rf /usr/share/dotnet/sdk/7.0.4*

Expand All @@ -43,7 +48,7 @@ jobs:
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
run: |
dotnet tool install --global dotnet-sonarscanner --version 5.5.3
dotnet tool install --global dotnet-sonarscanner
make cover
import-certificate:
Expand Down

0 comments on commit c801b08

Please sign in to comment.