From 5f2584d8d0aa1839df9ca5521b42c4690ebd7a24 Mon Sep 17 00:00:00 2001 From: JOASSART Edwin Date: Fri, 26 Apr 2024 23:28:03 +0200 Subject: [PATCH] patch: passing url e2e ? --- .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 dc681305821..cbbf497ad53 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -101,7 +101,7 @@ runs: if [[${{ runner.os }} == 'Windows']]; then npm run wdio-e2e else - TARGET_DRIVE=${{ env.TARGET_DRIVE }} "ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e + TARGET_DRIVE=${{ env.TARGET_DRIVE }} ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e fi env: