Skip to content

Commit 15a5827

Browse files
OHRM5X-2277: Fix github scheduled test failure (orangehrm#1722)
1 parent 6dd195a commit 15a5827

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scheduled_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
-e LDAP_CONFIG_ADMIN_PASSWORD=admin \
100100
-e LDAP_SKIP_DEFAULT_TREE=yes \
101101
-v $PWD/ldifs:/ldifs \
102-
bitnami/openldap:latest
102+
bitnami/openldap:2.6.4
103103
cat server-config.tpl.yaml > server-config.yaml
104104
105105
- name: Run test
@@ -168,7 +168,7 @@ jobs:
168168
-e LDAP_CONFIG_ADMIN_PASSWORD=admin \
169169
-e LDAP_SKIP_DEFAULT_TREE=yes \
170170
-v $PWD/ldifs:/ldifs \
171-
bitnami/openldap:latest
171+
bitnami/openldap:2.6.4
172172
cat server-config.tpl.yaml > server-config.yaml
173173
174174
- name: Run test

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
-e LDAP_CONFIG_ADMIN_PASSWORD=admin \
6363
-e LDAP_SKIP_DEFAULT_TREE=yes \
6464
-v $PWD/ldifs:/ldifs \
65-
bitnami/openldap:latest
65+
bitnami/openldap:2.6.4
6666
cat server-config.tpl.yaml > server-config.yaml
6767
6868
- name: Run Jest

0 commit comments

Comments
 (0)