Compare commits

..

No commits in common. "5a044df870cffdb0de437c45fcdb9cf06fc82c27" and "8fc503617a97ea5296feb5369509d4ab834ecd2f" have entirely different histories.

View File

@ -17,19 +17,6 @@ jobs:
git-version: ["2.44.0"]
runs-on: ${{ matrix.arch }}
# Services to run
services:
# Test Redis Server
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
# Steps to run
steps:
# Checkout the repo