Skip to content

Commit d039ac3

Browse files
committed
CI: precreate tester core for solr
1 parent 4068f59 commit d039ac3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-python-app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ jobs:
2828
image: solr:9
2929
ports:
3030
- 8983:8983
31+
command:
32+
- solr-precreate tester
3133

3234
memcached:
3335
image: memcached:1.6
36+
ports:
37+
- 11211:11211
3438

3539
# setup env for the application
3640
env:

0 commit comments

Comments
 (0)