1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-03 08:45:31 +02:00

Вывод сообщений платформы

This commit is contained in:
alkoleft 2023-08-31 01:31:16 +03:00
parent c4f7891d09
commit 8f1dd78fd4

View File

@ -139,7 +139,7 @@ jobs:
}
- name: run tests
run: 1cv8c /WS "http://localhost:8314" /C"RunUnitTests=${{github.workspace}}/unit.json" /DisableStartupDialogs /DisableStartupMessages /DisableUnrecoverableErrorMessage /Out output.log
run: 1cv8c /WS "http://localhost:8314" /C"RunUnitTests=${{github.workspace}}/unit.json" /DisableStartupDialogs /DisableStartupMessages /DisableUnrecoverableErrorMessage /Out ${{github.workspace}}/output.log
timeout-minutes: 5
env:
DISPLAY: :99
@ -147,7 +147,7 @@ jobs:
- name: view output
if: always()
run: cat output.log
run: cat ./output.log
- name: upload-artifact
uses: actions/upload-artifact@v3