diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 20f8c113ce0..6bd4af2fceb 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -96,7 +96,7 @@ runs: npm run package # tests; note that they required `package` to run before - # npm run wdio + npm run wdio if [[ '${{ runner.os }}' == 'Windows' ]]; then npm run wdio-e2e