Skip to content

Commit 8fe7f4e

Browse files
authored
fix: store spec in CI script (#113)
1 parent bf5203e commit 8fe7f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/create-spec-matrix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ for generator in "${GENERATORS[@]}"; do
1111
client=${generator#*-}
1212
if [[ ! ${SPECS[*]} =~ $client ]]; then
1313
changed=$(git diff --shortstat origin/$BASE_BRANCH..HEAD -- specs/$client | wc -l)
14+
SPECS+=($client)
1415
if [[ $BASE_CHANGED == "true" || $changed > 0 ]]; then
1516
to_check=$(echo $to_check | jq --arg client $client '.client |= .+ [$client]')
1617
fi

0 commit comments

Comments
 (0)