Skip to content

Commit e4430a4

Browse files
author
Lucas McDonald
committed
m
1 parent c64bc61 commit e4430a4

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
@@ -27,7 +27,7 @@ jobs:
2727
# Determine test categories based on whether testing published packages or source code:
2828
# - Testing published packages: only run vector tests
2929
# - Testing source code: run coverage, vector, and compliance tests
30-
test-category: ${{ fromJSON(inputs.test-published-packages == 'true' && '["vectors"]' || '["coverage", "vectors", "compliance"]') }}
30+
test-category: ${{ fromJSON(inputs['test-published-packages'] && '["vectors"]' || '["coverage", "vectors", "compliance"]') }}
3131
name: test-${{ matrix.test-category }}-${{ matrix.test-type }}-${{ matrix.node-version }}
3232
steps:
3333
- name: Checkout code

0 commit comments

Comments
 (0)