Skip to content

Commit 85ec35e

Browse files
Fix CI
1 parent 0b1b9a5 commit 85ec35e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
ESB_HTTP_SERVER_MAX_BODY_SIZE: 10485760
2626
ESB_BEANSTALKD_URL: tcp://127.0.0.1:11300
2727
ES_BASE_URI: http://127.0.0.1:9200
28+
ES_USER: elastic
29+
ES_PASSWORD: mySecretPassword
2830

2931
steps:
3032
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)