Skip to content

Commit f0a2548

Browse files
authored
chore: disable cluster test (#758)
* chore: disable cluster test * chore: run prettier
1 parent 98dab31 commit f0a2548

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

+11-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)