File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,20 @@ jobs:
33
33
- name : Run Unit Tests
34
34
run : npm run ci
35
35
36
- - name : Run Cluster Tests
37
- if : (!github.event.pull_request.head.repo.fork)
38
- env :
39
- TWILIO_ACCOUNT_SID : ${{ secrets.TWILIO_ACCOUNT_SID }}
40
- TWILIO_API_KEY : ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY}}
41
- TWILIO_API_SECRET : ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY_SECRET }}
42
- TWILIO_FROM_NUMBER : ${{ secrets.TWILIO_FROM_NUMBER }}
43
- TWILIO_TO_NUMBER : ${{ secrets.TWILIO_TO_NUMBER }}
44
- run : |
45
- npm pack
46
- tar -xzf twilio*.tgz
47
- cd spec/cluster
48
- npm install
49
- npm run test
36
+ # - name: Run Cluster Tests
37
+ # if: (!github.event.pull_request.head.repo.fork)
38
+ # env:
39
+ # TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
40
+ # TWILIO_API_KEY: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY}}
41
+ # TWILIO_API_SECRET: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY_SECRET }}
42
+ # TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
43
+ # TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
44
+ # run: |
45
+ # npm pack
46
+ # tar -xzf twilio*.tgz
47
+ # cd spec/cluster
48
+ # npm install
49
+ # npm run test
50
50
51
51
- name : SonarCloud Scan
52
52
if : ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.node == '18' && !github.event.pull_request.head.repo.fork }}
You can’t perform that action at this time.
0 commit comments