diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index cbbf497ad53..f561798a93a 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -101,7 +101,7 @@ runs: if [[${{ runner.os }} == 'Windows']]; then npm run wdio-e2e else - TARGET_DRIVE=${{ env.TARGET_DRIVE }} ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e + sudo TARGET_DRIVE=${{ env.TARGET_DRIVE }} ETCHER_INCLUDE_VIRTUAL_DRIVES=1 npm run wdio-e2e fi env: