Commit 5f8f493 1 parent 45ec44d commit 5f8f493 Copy full SHA for 5f8f493
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 86
86
bootstrap.memory_lock : true
87
87
ES_JAVA_OPTS : -Xms512m -Xmx512m
88
88
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"
89
94
steps :
90
95
- name : Setup PHP
91
96
uses : shivammathur/setup-php@v2
@@ -137,6 +142,7 @@ jobs:
137
142
run : php bin/console doctrine:schema:validate -vvv
138
143
env :
139
144
DATABASE_URL :
mysql://root:[email protected] :${{ job.services.mysql.ports['3306'] }}/openchurch_test
145
+ REDIS_URL : redis://redis:6379
140
146
- name : Archive logs as artifacts
141
147
if : always()
142
148
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments