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 a3b1159 commit e9d5e09
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 @@ -125,7 +125,7 @@ runs:
if [[ '${{ runner.os }}' == 'linux' ]]; then
# linux doesn't support e2e tests yet
npm run wdio:unit
else if [[ '${{ runner.os }}' == 'Windows' ]]; then
elif [[ '${{ runner.os }}' == 'Windows' ]]; then
# download the test source
wget -q -O ${{ env.TEST_SOURCE_FILE }} ${{ env.TEST_SOURCE_URL }}
# E2E tests can't input the administrative password, therefore the tests need to run as root
Expand Down

0 comments on commit e9d5e09

Please sign in to comment.