Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Oct 19, 2023
1 parent 132dd2e commit b20aed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ try {


if (!fs.existsSync(coverageFile)) {
fs.readdirSync(testFolder).forEach(file => {
fs.readdirSync(testPath).forEach(file => {
console.log(file);
});
core.setFailed(
Expand Down

0 comments on commit b20aed1

Please sign in to comment.