We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3519d3 commit 89eee4fCopy full SHA for 89eee4f
.github/workflows/test-and-deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
44
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
45
run: |
46
- dotnet tool install --global dotnet-sonarscanner --version 5.15.0
+ dotnet tool install --global dotnet-sonarscanner
47
make cover
48
49
code-signing:
0 commit comments