Am I understanding this correctly?

This commit is contained in:
Maurício Szabo 2023-04-05 01:02:34 -03:00 committed by GitHub
parent 70f2d773f6
commit fab3cc14ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: