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