File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263
263
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY : ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
264
264
run : pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
265
265
- name : Start Redis
266
- uses : supercharge/redis-github-action@1.6 .0
266
+ uses : supercharge/redis-github-action@1.8 .0
267
267
- name : Test with pytest (serial)
268
268
env :
269
269
POETRY_VIRTUALENVS_CREATE : false
@@ -314,7 +314,7 @@ jobs:
314
314
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY : ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
315
315
run : pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
316
316
- name : Start Redis
317
- uses : supercharge/redis-github-action@1.6 .0
317
+ uses : supercharge/redis-github-action@1.8 .0
318
318
- name : Test with pytest (serial)
319
319
env :
320
320
POETRY_VIRTUALENVS_CREATE : false
You can’t perform that action at this time.
0 commit comments