We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce849a commit 3f49de5Copy full SHA for 3f49de5
.github/workflows/tests.yml
@@ -67,10 +67,10 @@ jobs:
67
uses: actions/setup-dotnet@v4
68
with:
69
dotnet-version: ${{ matrix.dotnet-version }}
70
- - name: Set up QEMU
71
- uses: docker/setup-qemu-action@v3
72
- - name: Build YDB Slice
73
- run: docker-compose -f ./.github/ydb-slice-compose.yaml up -d
+ - name: Set up Docker Compose
+ uses: hoverkraft-tech/compose-action@v2.1.0
+ with:
+ compose-file: "./github/ydb-slice-compose.yaml"
74
- name: Run ADO.NET tests
75
run: |
76
ConnectionString="Host=localhost;Port=3135;Database=/Root/testdb"
0 commit comments