Skip to content

Commit b5d413a

Browse files
committed
set ci success to true if test passed
1 parent ca0e852 commit b5d413a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

batch-runner-all.jar

6.5 MB
Binary file not shown.

batch-runner.jar

47.8 KB
Binary file not shown.

replace-batch-runner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ function replaceJar(sourceJar, targetJar) {
2222
}
2323

2424
const workspaceRoot = process.cwd(); // assumes script is run from workspace root
25-
// replaceJar(path.join(workspaceRoot, 'batch-runner.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner.jar'));
26-
// replaceJar(path.join(workspaceRoot, 'batch-runner-all.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner-all.jar'));
25+
replaceJar(path.join(workspaceRoot, 'batch-runner.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner.jar'));
26+
replaceJar(path.join(workspaceRoot, 'batch-runner-all.jar'), path.join(workspaceRoot, 'node_modules/@nx/gradle/batch-runner/build/libs/batch-runner-all.jar'));

0 commit comments

Comments
 (0)