Skip to content

Commit a68d72a

Browse files
rojiCopilot
andcommitted
Fix Microsoft.Data.Sqlite job ID (dots not supported), use name for display
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent affd76b commit a68d72a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ jobs:
205205
name: test-results-sqlite-${{ matrix.name }}
206206
path: artifacts/log/Debug/*
207207

208-
Microsoft.Data.Sqlite:
208+
microsoft-data-sqlite:
209+
name: Microsoft.Data.Sqlite
209210
strategy:
210211
fail-fast: false
211212
matrix:

0 commit comments

Comments
 (0)