diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index dc681305821..cbbf497ad53 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 + TARGET_DRIVE=${{ env.TARGET_DRIVE }} ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e fi env: