We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57bf502 + 89eee4f commit 5aad37aCopy full SHA for 5aad37a
.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