From 76b28955728ceb58ae70d604f0099b94c99779de Mon Sep 17 00:00:00 2001 From: JOASSART Edwin Date: Sat, 27 Apr 2024 09:49:17 +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 20f8c113ce0..6bd4af2fceb 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -96,7 +96,7 @@ runs: npm run package # tests; note that they required `package` to run before - # npm run wdio + npm run wdio if [[ '${{ runner.os }}' == 'Windows' ]]; then npm run wdio-e2e