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 69dc958 commit 0411251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tck-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
traverseDir(fullPath);
}
core.info(fullPath);
feature_file_list.push([file, fullPath]);
feature_file_list.push({file, fullPath});
});
}
traverseDir("./test_manager/features/tests");
Expand Down

0 comments on commit 0411251

Please sign in to comment.