Skip to content

Commit 006383d

Browse files
committed
Fix compose.yaml path
1 parent b7e6956 commit 006383d

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.yml"
28+
compose-file: "./test/docker-compose.yaml"
2929

3030
- name: Run tests
3131
run: |

0 commit comments

Comments
 (0)