Skip to content

Commit

Permalink
patch: setup virtual drive on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed May 13, 2024
1 parent e9d5e09 commit 8bd537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
# tests requires the app to already be built
npm run package
if [[ '${{ runner.os }}' == 'linux' ]]; then
if [[ '${{ runner.os }}' == 'Linux' ]]; then
# linux doesn't support e2e tests yet
npm run wdio:unit
elif [[ '${{ runner.os }}' == 'Windows' ]]; then
Expand Down

0 comments on commit 8bd537a

Please sign in to comment.