Skip to content

Commit 2862f82

Browse files
author
Lucas McDonald
committed
m
1 parent e4430a4 commit 2862f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ['18.x', '20.x', '22.x', 'latest']
2626
test-type: ['node', 'browser']
2727
# Determine test categories based on whether testing published packages or source code:
28-
# - Testing published packages: only run vector tests
28+
# - Testing published packages: only run vector tests (don't have build artifacts to test coverage or compliance)
2929
# - Testing source code: run coverage, vector, and compliance tests
3030
test-category: ${{ fromJSON(inputs['test-published-packages'] && '["vectors"]' || '["coverage", "vectors", "compliance"]') }}
3131
name: test-${{ matrix.test-category }}-${{ matrix.test-type }}-${{ matrix.node-version }}

0 commit comments

Comments
 (0)