ci: add Redis service to ci-native.yml for test isolation
Some checks failed
Checkout test / test (push) Successful in 5s
CI with Native Libraries / Check Build Environment (push) Successful in 12s
Documentation / build-and-publish (push) Failing after 37s
CI with Native Libraries / Build and Test Native Libraries (push) Has been cancelled
CI with Native Libraries / Build Release Libraries (push) Has been cancelled

This commit is contained in:
Jeremie Fraeys 2026-02-12 14:09:57 -05:00
parent 1de9cc2738
commit 5695d847ca
No known key found for this signature in database

View file

@ -98,6 +98,17 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
needs: check-environment needs: check-environment
timeout-minutes: 30 timeout-minutes: 30
services:
redis:
image: redis:7-alpine
ports:
- 6379:6379
options: >-
--health-cmd "redis-cli ping"
--health-interval 5s
--health-timeout 3s
--health-retries 3
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4