We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_changed
1 parent feb2c9d commit 83fdf4fCopy full SHA for 83fdf4f
scripts/ci-test/test_changed.ts
@@ -25,7 +25,7 @@ const root = resolve(__dirname, '../..');
25
26
const argv = yargs.parseSync();
27
const inputTestConfigName = argv._[0].toString();
28
-const testCommand = 'test:ci';
+const testCommand = argv._[1]?.toString() ?? 'test:ci';
29
30
const allTestConfigNames = Object.keys(testConfig);
31
if (!inputTestConfigName) {
0 commit comments