Skip to content

Commit 10946d3

Browse files
committed
ci: only run coverage on .NET 8.0 with Ubuntu x64 and server version 8.1
Signed-off-by: jbrinkman <joe.brinkman@improving.com>
1 parent 820f1c2 commit 10946d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Check if coverage needed
117117
id: coverage-check
118118
run: |
119-
if [[ "${{ matrix.dotnet }}" == "8.0" && "${{ contains(matrix.host.RUNNER, 'ubuntu') }}" == "true" && "${{ matrix.host.ARCH }}" == "x64" ]]; then
119+
if [[ "${{ matrix.dotnet }}" == "8.0" && "${{ contains(matrix.host.RUNNER, 'ubuntu') }}" == "true" && "${{ matrix.host.ARCH }}" == "x64" && "${{ matrix.server.version }}" == "8.1" ]]; then
120120
echo "coverage-enabled=true" >> $GITHUB_OUTPUT
121121
fi
122122

0 commit comments

Comments
 (0)