Skip to content

Commit c801b08

Browse files
chore: setup java17 in test workflow (#717)
1 parent a68ebfc commit c801b08

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
dotnet-version: 7.0.103
2828

29+
- uses: actions/setup-java@v4
30+
with:
31+
distribution: 'zulu'
32+
java-version: '17'
33+
2934
- name: Remove faulty SDK version
3035
run: sudo rm -rf /usr/share/dotnet/sdk/7.0.4*
3136

@@ -43,7 +48,7 @@ jobs:
4348
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
4449
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
4550
run: |
46-
dotnet tool install --global dotnet-sonarscanner --version 5.5.3
51+
dotnet tool install --global dotnet-sonarscanner
4752
make cover
4853
4954
import-certificate:

0 commit comments

Comments
 (0)