mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-12 04:34:10 +02:00
Update oint_testmaker.os
This commit is contained in:
parent
3c3618a55a
commit
6852701cfe
10
.github/workflows/os/oint_testmaker.os
vendored
10
.github/workflows/os/oint_testmaker.os
vendored
@ -38,6 +38,16 @@
|
||||
|
||||
СформироватьЗапуск(ТаблицаТестов, СписокОдной);
|
||||
|
||||
ТекущийДокумент.ДобавитьСтроку("
|
||||
|
|
||||
| - name: Записать измененные данные
|
||||
| if: ${{ cancelled() }} == false
|
||||
| uses: actions/cache/save@v3
|
||||
| with:
|
||||
| key: test-data_new
|
||||
| path: ./data.json
|
||||
|");
|
||||
|
||||
СообщитьОкончаниеФайлаПроцесса("Testing-" + Библиотека);
|
||||
|
||||
ТекущийДокумент.Записать(ПутьКФайлам + "oint_test_" + Библиотека + ".yml");
|
||||
|
Loading…
Reference in New Issue
Block a user