From a4341ac740871a3293d3f2ace093e1f4bcb735f8 Mon Sep 17 00:00:00 2001 From: JOASSART Edwin Date: Fri, 26 Apr 2024 23:15:06 +0200 Subject: [PATCH] patch: passing url e2e ? --- .github/actions/test/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 7e27fadc09d..e0f724126cb 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -97,10 +97,10 @@ runs: # tests; note that they required `package` to run before # npm run wdio - if [[runner.os == 'indows']]; then + if [[${{ runner.os }} == 'Windows']]; then npm run wdio-e2e else - sudo npm run wdio-e2e + TARGET_DRIVE=${{ env.TARGET_DRIVE }} "ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e fi env: