Skip to content

Commit

Permalink
OHRM5X-2277: Fix github scheduled test failure (orangehrm#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
RajithaKumara authored Jul 18, 2023
1 parent 6dd195a commit 15a5827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
-e LDAP_CONFIG_ADMIN_PASSWORD=admin \
-e LDAP_SKIP_DEFAULT_TREE=yes \
-v $PWD/ldifs:/ldifs \
bitnami/openldap:latest
bitnami/openldap:2.6.4
cat server-config.tpl.yaml > server-config.yaml
- name: Run test
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
-e LDAP_CONFIG_ADMIN_PASSWORD=admin \
-e LDAP_SKIP_DEFAULT_TREE=yes \
-v $PWD/ldifs:/ldifs \
bitnami/openldap:latest
bitnami/openldap:2.6.4
cat server-config.tpl.yaml > server-config.yaml
- name: Run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
-e LDAP_CONFIG_ADMIN_PASSWORD=admin \
-e LDAP_SKIP_DEFAULT_TREE=yes \
-v $PWD/ldifs:/ldifs \
bitnami/openldap:latest
bitnami/openldap:2.6.4
cat server-config.tpl.yaml > server-config.yaml
- name: Run Jest
Expand Down

0 comments on commit 15a5827

Please sign in to comment.