We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f70f5 commit b19499aCopy full SHA for b19499a
.github/workflows/test_deploy.yml
@@ -496,9 +496,7 @@ jobs:
496
CLOUD_STORAGE_AZURE_KEY: ${{ secrets.CLOUD_STORAGE_AZURE_KEY }}
497
CLOUD_STORAGE_S3_ACCESS_KEY_ID: ${{ secrets.CLOUD_STORAGE_S3_ACCESS_KEY_ID }}
498
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
499
- run: pytest -m "integration and not serial and not service" -v
500
- - name: Start Redis
501
- uses: supercharge/[email protected]
+ run: pytest -m "integration and not serial and not service and not redis" -v
502
- name: Test with pytest (serial)
503
env:
504
POETRY_VIRTUALENVS_CREATE: false
0 commit comments