Skip to content

Commit 6e5bbb0

Browse files
fix compose file path
1 parent 3f49de5 commit 6e5bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Docker Compose
7171
uses: hoverkraft-tech/[email protected]
7272
with:
73-
compose-file: "./github/ydb-slice-compose.yaml"
73+
compose-file: "./.github/ydb-slice-compose.yaml"
7474
- name: Run ADO.NET tests
7575
run: |
7676
ConnectionString="Host=localhost;Port=3135;Database=/Root/testdb"

0 commit comments

Comments
 (0)