fix tests

This commit is contained in:
Silver Ghost 2022-11-16 09:42:39 +03:00
parent 856ca6cc6e
commit 86c63a1e2b
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: test
name: Tests
services:
- name: redis
@ -9,7 +9,7 @@ services:
steps:
- name: test
image: python:3.11
image: python:3.10
environment:
REDIS_URL: redis://redis:6379/0
commands: