Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
neetikasinghal committed Aug 1, 2024
1 parent 7ef0908 commit 31590aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Extract features directly from the matrix
features=${{ matrix.entry.features }}
echo "${features[@]}"
echo "${features[0]}"
echo "------"
# Split features into key-value pairs
IFS=',' read -r -a feature_pairs <<< "$features"
Expand Down

0 comments on commit 31590aa

Please sign in to comment.