Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 1, 2024
1 parent c8062bb commit c7c9af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if (actions.includes('test')) {
})
};
}
await newProcess('appium', spawn('yarn', ['run', 'appium', '--log-timestamp', '--log-no-colors', '--log', `appium${platform}.log`], { stdio: 'inherit', cwd: e2eDir, env: env, shell: false }));
await newProcess('appium', spawn('node_modules/.bin/appium', ['--log-timestamp', '--log-no-colors', '--log', `appium${platform}.log`], { stdio: 'inherit', cwd: e2eDir, env: env, shell: false }));

try {
await waitForAppium();
Expand Down

0 comments on commit c7c9af0

Please sign in to comment.