Skip to content

Commit

Permalink
Update staging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 4, 2024
1 parent 82a999a commit fd89d3c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ jobs:
env:
ZK_HOST: zookeeper:2181
options: -e cloud
mailhog:
image: mailhog/mailhog:v1.0.1
ports:
- 1025:1025
openldap:
image: docker.io/bitnami/openldap:2.6
ports:
- 1389:1389
- 1636:1636
env:
BITNAMI_DEBUG: true
LDAP_ROOT: dc=roda,dc=org
LDAP_SKIP_DEFAULT_TREE: yes
LDAP_ADMIN_USERNAME: admin
LDAP_ADMIN_PASSWORD: roda
LDAP_EXTRA_SCHEMAS: cosine,inetorgperson,nis,pbkdf2

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -64,6 +80,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RODA_CORE_SOLR_TYPE: CLOUD
RODA_CORE_SOLR_CLOUD_URLS: localhost:2181
SIEGFRIED_MODE: standalone
LDAP_SERVER_URL: ldap://localhost
LDAP_SERVER_PORT: 1389
- name: Copy target to docker context
run: |
mkdir -p docker/target
Expand Down

0 comments on commit fd89d3c

Please sign in to comment.