Skip to content

Commit

Permalink
chore: run gradle in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 15, 2023
1 parent 02e77ac commit 354d29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/java/testing-matchers/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("java testing assertions", () => {

async function runTests() {
console.log(driver.workingDirectory);
const out = await driver.exec('mvn test -Dtest="MainTest"');
const out = await driver.exec("./gradlew test");
console.log(out.stdout);
return out;
}
Expand Down

0 comments on commit 354d29d

Please sign in to comment.