diff --git a/.github/workflows/test_deploy.yml b/.github/workflows/test_deploy.yml index b5abaaccdc..5fb657caad 100644 --- a/.github/workflows/test_deploy.yml +++ b/.github/workflows/test_deploy.yml @@ -263,7 +263,7 @@ jobs: CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }} run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto - name: Start Redis - uses: supercharge/redis-github-action@1.6.0 + uses: supercharge/redis-github-action@1.8.0 - name: Test with pytest (serial) env: POETRY_VIRTUALENVS_CREATE: false @@ -314,7 +314,7 @@ jobs: CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }} run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto - name: Start Redis - uses: supercharge/redis-github-action@1.6.0 + uses: supercharge/redis-github-action@1.8.0 - name: Test with pytest (serial) env: POETRY_VIRTUALENVS_CREATE: false