From fab3cc14ecf07521d7e8c07acf148041e7e5b8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Wed, 5 Apr 2023 01:02:34 -0300 Subject: [PATCH] Am I understanding this correctly? --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d0c40bcf6..bdfddd44e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -226,8 +226,8 @@ windows_task: binary_artifacts: path: .\binaries\* test_script: - - expand binaries/*zip -F:* ./extracted - - ls -l extracted + - mkdir extracted; expand binaries/*zip -F:* ./extracted/ + - ls -l extracted/ - export BINARY_NAME=./extracted/Pulsar.exe - PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list always: