diff --git a/.forgejo/workflows/ci-native.yml b/.forgejo/workflows/ci-native.yml index 4a0e06c..b9d6411 100644 --- a/.forgejo/workflows/ci-native.yml +++ b/.forgejo/workflows/ci-native.yml @@ -98,6 +98,17 @@ jobs: runs-on: self-hosted needs: check-environment 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: - uses: actions/checkout@v4