Skip to content

Commit

Permalink
[cli:test] Fix CI tests for environments
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Jun 30, 2023
1 parent 49a0def commit 394a89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/runTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ export async function run(argv: Args): Promise<number> {
const cwdDefsEnvPath = path.join(basePath, 'definitions', 'environments');
const envDirPath = (await fs.exists(cwdDefsEnvPath))
? cwdDefsEnvPath
: path.join(__dirname, '..', '..', '..', 'definitions', 'npm');
: path.join(__dirname, '..', '..', '..', 'definitions', 'environments');

if (onlyChanged) {
console.log(
Expand Down

0 comments on commit 394a89d

Please sign in to comment.