Skip to content

Commit 487d42b

Browse files
committed
Actually fix compose path
1 parent fa45756 commit 487d42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Start LDAP container for tests
2626
uses: hoverkraft-tech/[email protected]
2727
with:
28-
compose-file: "./test/docker-compose.yaml"
28+
compose-file: "./test/compose.yaml"
2929

3030
- name: Run tests
3131
run: |

0 commit comments

Comments
 (0)