diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 7e27fadc09d..e0f724126cb 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -97,10 +97,10 @@ runs: # tests; note that they required `package` to run before # npm run wdio - if [[runner.os == 'indows']]; then + if [[${{ runner.os }} == 'Windows']]; then npm run wdio-e2e else - sudo npm run wdio-e2e + TARGET_DRIVE=${{ env.TARGET_DRIVE }} "ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e fi env: