From c7c9af087258293535d5da1dbde6b8ee92377244 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Thu, 1 Aug 2024 16:33:14 +0200 Subject: [PATCH] try to fix ci --- scripts/e2e.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.mjs b/scripts/e2e.mjs index e950e9bc0d..842f3227db 100755 --- a/scripts/e2e.mjs +++ b/scripts/e2e.mjs @@ -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();