Skip to content

Commit 5f8f493

Browse files
committed
update actions
1 parent 45ec44d commit 5f8f493

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/github-actions.yml

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
bootstrap.memory_lock: true
8787
ES_JAVA_OPTS: -Xms512m -Xmx512m
8888
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
89+
redis:
90+
image: redis:5
91+
ports:
92+
- 6379:6379
93+
options: --health-cmd="redis-cli --raw incr ping"
8994
steps:
9095
- name: Setup PHP
9196
uses: shivammathur/setup-php@v2
@@ -137,6 +142,7 @@ jobs:
137142
run: php bin/console doctrine:schema:validate -vvv
138143
env:
139144
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
145+
REDIS_URL: redis://redis:6379
140146
- name: Archive logs as artifacts
141147
if: always()
142148
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)