From e9d5e09da8f29fb17389bae0d30edfcd35d61cc3 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Mon, 13 May 2024 12:01:08 +0200 Subject: [PATCH] patch: setup virtual drive on windows --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 602c300dd28..f0127be808d 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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