Skip to content

Commit

Permalink
Update tck-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd0123 committed Mar 22, 2024
1 parent c5f7113 commit 4365c80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tck-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
for i in "${arr[@]}"
do
# Extracting filename and path
IFS=':' read -r filename full_path <<< "$i"
filename=$(echo "$obj" | jq -r '.filename')
full_path=$(echo "$obj" | jq -r '.path')
echo "$filename"
echo "$path"
Expand Down

0 comments on commit 4365c80

Please sign in to comment.