1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Update oint_testmaker.os

This commit is contained in:
Anton 2024-04-19 20:33:38 +03:00
parent 2e8642e80b
commit 96e4758c0c

View File

@ -66,8 +66,8 @@
ТекстРаботы = ТекстРаботы + "
|
| - name: " + Синоним + "
| if: ${{ cancelled() }} == false
| run: oscript " + Раннер + " -run " + ФайлТестов + " """ + Метод + """";
| if: ${{ cancelled() }} == false
| run: oscript " + Раннер + " -run " + ФайлТестов + " """ + Метод + """";
КонецЦикла;