mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-02-13 19:42:02 +02:00
#337 Включил логирование выполнения тестов
This commit is contained in:
parent
0f8faf09fe
commit
5d1dea09e7
4
.github/workflows/step-run-tests-linux.yml
vendored
4
.github/workflows/step-run-tests-linux.yml
vendored
@ -135,9 +135,7 @@ jobs:
|
|||||||
"closeAfterTests": true,
|
"closeAfterTests": true,
|
||||||
"exitCode": "exit-code.txt",
|
"exitCode": "exit-code.txt",
|
||||||
"logging": {
|
"logging": {
|
||||||
"enable": false,
|
"console": true
|
||||||
"console": true,
|
|
||||||
"file": "execute.log"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
.github/workflows/step-run-tests-windows.yml
vendored
4
.github/workflows/step-run-tests-windows.yml
vendored
@ -83,9 +83,7 @@ jobs:
|
|||||||
"closeAfterTests": true,
|
"closeAfterTests": true,
|
||||||
"exitCode": "exit-code.txt",
|
"exitCode": "exit-code.txt",
|
||||||
"logging": {
|
"logging": {
|
||||||
"enable": false,
|
"console": true
|
||||||
"console": true,
|
|
||||||
"file": "execute.log"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user