Skip to content

Commit

Permalink
Fix behat tests which broke due to Github actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Aug 20, 2024
1 parent c3a3a30 commit 400d780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
path: bitnami-container

- name: Start Bitnami LDAP
run: docker-compose -p ldap -f $GITHUB_WORKSPACE/bitnami-container/tests/fixtures/bitnami-openldap-docker-compose.yaml up -d
uses: adambirds/[email protected]
with:
compose-file: ${{ github.workspace }}/bitnami-container/tests/fixtures/bitnami-openldap-docker-compose.yaml

- name: Check out repository code
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-08-19 - Fix behat tests which broke due to Github actions changes
* 2024-08-11 - Add section for scheduled tasks to README
* 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations

Expand Down
2 changes: 0 additions & 2 deletions tests/fixtures/bitnami-openldap-docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
openldap:
image: docker.io/bitnami/openldap:2.6
Expand Down

0 comments on commit 400d780

Please sign in to comment.