File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343 os : [ubuntu-latest]
4444 services :
4545 ydb :
46- image : cr.yandex/yc/yandex-docker-local-ydb:latest
46+ image : cr.yandex/yc/yandex-docker-local-ydb:stable-22-5-slim
4747 ports :
4848 - 2135:2135
4949 - 2136:2136
6969 go-version : ${{ matrix.go-version }}
7070 - name : Checkout code
7171 uses : actions/checkout@v3
72- - name : Wait database available
73- run : bash ./.github/scripts/wait-ydb-container.sh
7472 - name : Integration test
7573 run : go test -race -coverpkg=./... -coverprofile integration-secure.txt -covermode atomic ./tests
7674 - name : Upload Test secure connection coverage report to Codecov
8987 os : [ubuntu-latest]
9088 services :
9189 ydb :
92- image : cr.yandex/yc/yandex-docker-local-ydb:latest
90+ image : cr.yandex/yc/yandex-docker-local-ydb:stable-22-5-slim
9391 ports :
9492 - 2135:2135
9593 - 2136:2136
@@ -114,8 +112,6 @@ jobs:
114112 go-version : ${{ matrix.go-version }}
115113 - name : Checkout code
116114 uses : actions/checkout@v3
117- - name : Wait database available
118- run : bash ./.github/scripts/wait-ydb-container.sh
119115 - name : Test insecure connection
120116 run : go test -race -coverpkg=./... -coverprofile integration-insecure.txt -covermode atomic ./tests
121117 - name : Upload Test insecure connection coverage report to Codecov
You can’t perform that action at this time.
0 commit comments