From 5885f49acb712922a4af4c1c025d7efdcecbda9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Tue, 4 Apr 2023 22:09:24 -0300 Subject: [PATCH] Trying to expand the ZIP file --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 965212638..5048dc200 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -226,8 +226,8 @@ windows_task: binary_artifacts: path: .\binaries\* test_script: - - ./binaries/*Setup*exe /S /D=c:\pulsar - - export BINARY_NAME=c:\pulsar\pulsar.exe + - expand binaries/*zip -F:* ./extracted + - export BINARY_NAME=./extracted/Pulsar.exe - PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list always: videos_artifacts: