Skip to content

Commit b835d21

Browse files
authored
chore: disable cluster test (#719)
1 parent c801b08 commit b835d21

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ jobs:
3737
- name: Build & Test
3838
run: make test
3939

40-
- name: Install SonarCloud scanner and run analysis
41-
if: (github.event_name == 'pull_request' || github.ref_type == 'branch') && !github.event.pull_request.head.repo.fork
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
44-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
45-
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
46-
TWILIO_API_KEY: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY }}
47-
TWILIO_API_SECRET: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY_SECRET }}
48-
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
49-
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
50-
run: |
51-
dotnet tool install --global dotnet-sonarscanner
52-
make cover
40+
# - name: Install SonarCloud scanner and run analysis
41+
# if: (github.event_name == 'pull_request' || github.ref_type == 'branch') && !github.event.pull_request.head.repo.fork
42+
# env:
43+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
44+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
45+
# TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
46+
# TWILIO_API_KEY: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY }}
47+
# TWILIO_API_SECRET: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY_SECRET }}
48+
# TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
49+
# TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
50+
# run: |
51+
# dotnet tool install --global dotnet-sonarscanner
52+
# make cover
5353

5454
import-certificate:
5555
runs-on: windows-latest

0 commit comments

Comments
 (0)