We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4430a4 commit 2862f82Copy full SHA for 2862f82
.github/workflows/shared-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ['18.x', '20.x', '22.x', 'latest']
26
test-type: ['node', 'browser']
27
# Determine test categories based on whether testing published packages or source code:
28
- # - Testing published packages: only run vector tests
+ # - Testing published packages: only run vector tests (don't have build artifacts to test coverage or compliance)
29
# - Testing source code: run coverage, vector, and compliance tests
30
test-category: ${{ fromJSON(inputs['test-published-packages'] && '["vectors"]' || '["coverage", "vectors", "compliance"]') }}
31
name: test-${{ matrix.test-category }}-${{ matrix.test-type }}-${{ matrix.node-version }}
0 commit comments