Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-osalazarlizano committed Jun 18, 2024
1 parent 9b8fb93 commit c895600
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
console.log(files)
for (const file of files)
{
console.log(file.name)
if (file.isDirectory())
{
getPytestPaths(path.join(dir, file.name), callback);
Expand All @@ -77,8 +76,7 @@ jobs:
for (const rootPath of paths)
{
const files = fs.readdirSync(dir, { withFileTypes: true });
console.log(files)
//getPytestPaths(rootPath, path => console.log(path))
}
Expand Down

0 comments on commit c895600

Please sign in to comment.