Skip to content

Commit 3f49de5

Browse files
Docker compose in GitHub Action
1 parent bce849a commit 3f49de5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
uses: actions/setup-dotnet@v4
6868
with:
6969
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
70+
- name: Set up Docker Compose
71+
uses: hoverkraft-tech/compose-action@v2.1.0
72+
with:
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)