Skip to content

Commit

Permalink
Revert "test: update smoke test"
Browse files Browse the repository at this point in the history
This reverts commit 70d656a.
  • Loading branch information
khalilou88 committed Jan 30, 2024
1 parent 70d656a commit 0f8177a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('nx-gradle quarkus smoke', () => {
execSync('npm i --save-dev @jnxplus/nx-gradle', execSyncOptions());

execSync(
'npx nx generate @jnxplus/nx-gradle:init --gradleRootDirectory . --preset quarkus',
'npx nx generate @jnxplus/nx-gradle:init --preset quarkus',
execSyncOptions(),
);

Expand Down

0 comments on commit 0f8177a

Please sign in to comment.