File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,21 @@ jobs:
3333 run : |
3434 pip install virtualenv --upgrade
3535 make install test-install
36+ make prettier
3637
3738 - name : Run the tests
3839 run : make test-with-coverage
3940
40- - name : Run Cluster Tests
41- if : (!github.event.pull_request.head.repo.fork)
42- env :
43- TWILIO_ACCOUNT_SID : ${{ secrets.TWILIO_ACCOUNT_SID }}
44- TWILIO_API_KEY : ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY}}
45- TWILIO_API_SECRET : ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY_SECRET }}
46- TWILIO_FROM_NUMBER : ${{ secrets.TWILIO_FROM_NUMBER }}
47- TWILIO_TO_NUMBER : ${{ secrets.TWILIO_TO_NUMBER }}
48- TWILIO_AUTH_TOKEN : ${{ secrets.TWILIO_AUTH_TOKEN }}
49- run : make cluster-test
41+ # - name: Run Cluster Tests
42+ # if: (!github.event.pull_request.head.repo.fork)
43+ # env:
44+ # TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
45+ # TWILIO_API_KEY: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY}}
46+ # TWILIO_API_SECRET: ${{ secrets.TWILIO_CLUSTER_TEST_API_KEY_SECRET }}
47+ # TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
48+ # TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
49+ # TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
50+ # run: make cluster-test
5051
5152 - name : Verify docs generation
5253 run : make docs
You can’t perform that action at this time.
0 commit comments