diff --git a/.github/workflows/test_deploy.yml b/.github/workflows/test_deploy.yml index 929f45632f..066a839393 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.5.0 + uses: supercharge/redis-github-action@1.6.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.5.0 + uses: supercharge/redis-github-action@1.6.0 - name: Test with pytest (serial) env: POETRY_VIRTUALENVS_CREATE: false @@ -498,7 +498,7 @@ jobs: 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/redis-github-action@1.5.0 + uses: supercharge/redis-github-action@1.6.0 - name: Test with pytest (serial) env: POETRY_VIRTUALENVS_CREATE: false