Skip to content

add redis service

add redis service #33

Workflow file for this run

name: build
on:
push:
jobs:
build:
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
uses: decentraland/platform-actions/.github/workflows/apps-with-db-build.yml@main

Check failure on line 18 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 18, Col: 5): Unexpected value 'uses' .github/workflows/build.yml (Line: 8, Col: 5): Required property is missing: runs-on