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 9ecc900 commit ad9562b
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 @@ -55,7 +55,7 @@ jobs:
const feature_file_list = []
const fs = require('fs')
const path = require('path');
const {exec_new} = require('child_process');
var exec_new = require('child_process').exec;
function traverseDir(dir) {
fs.readdirSync(dir).forEach(file => {
let fullPath = path.join(dir, file);
Expand Down

0 comments on commit ad9562b

Please sign in to comment.