Skip to content

Commit 92f54cf

Browse files
authored
Update tests.yml
Fix integration+experiment codecov statistics
1 parent 206f65d commit 92f54cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ jobs:
4646
concurrency:
4747
group: integration-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
4848
cancel-in-progress: true
49-
runs-on: ubuntu-latest
49+
runs-on: ${{ matrix.os }}-latest
5050
strategy:
5151
fail-fast: false
5252
matrix:
5353
go-version: [1.21.x, 1.22.x, 1.23.x]
5454
ydb-version: [23.3, 24.1]
55+
os: [ubuntu]
5556
services:
5657
ydb:
5758
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
@@ -97,7 +98,7 @@ jobs:
9798
concurrency:
9899
group: experiment-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
99100
cancel-in-progress: true
100-
runs-on: ubuntu-latest
101+
runs-on: ${{ matrix.os }}-latest
101102
strategy:
102103
fail-fast: false
103104
matrix:

0 commit comments

Comments
 (0)