Skip to content

Commit b19499a

Browse files
authored
test: remove redis action from macos (#3638)
1 parent 80f70f5 commit b19499a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,7 @@ jobs:
496496
CLOUD_STORAGE_AZURE_KEY: ${{ secrets.CLOUD_STORAGE_AZURE_KEY }}
497497
CLOUD_STORAGE_S3_ACCESS_KEY_ID: ${{ secrets.CLOUD_STORAGE_S3_ACCESS_KEY_ID }}
498498
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]
499+
run: pytest -m "integration and not serial and not service and not redis" -v
502500
- name: Test with pytest (serial)
503501
env:
504502
POETRY_VIRTUALENVS_CREATE: false

0 commit comments

Comments
 (0)