Skip to content

Commit

Permalink
test: remove redis action from macos (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Oct 13, 2023
1 parent 80f70f5 commit b19499a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,7 @@ jobs:
CLOUD_STORAGE_AZURE_KEY: ${{ secrets.CLOUD_STORAGE_AZURE_KEY }}
CLOUD_STORAGE_S3_ACCESS_KEY_ID: ${{ secrets.CLOUD_STORAGE_S3_ACCESS_KEY_ID }}
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and not serial and not service" -v
- name: Start Redis
uses: supercharge/[email protected]
run: pytest -m "integration and not serial and not service and not redis" -v
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down

0 comments on commit b19499a

Please sign in to comment.