1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-13 22:16:54 +02:00

Update oint_testmaker.os

This commit is contained in:
Anton 2024-04-19 20:27:33 +03:00
parent 78d20f733b
commit 2dbde3ab2b

View File

@ -26,7 +26,7 @@
ТекстРаботы = " ТекстРаботы = "
| |
|Testing-" + Раздел + ": | Testing-" + Раздел + ":
| runs-on: ubuntu-latest | runs-on: ubuntu-latest
| needs: " + Зависимости + " | needs: " + Зависимости + "
| steps: | steps:
@ -137,7 +137,7 @@
Процедура СообщитьОкончаниеФайлаПроцесса() Процедура СообщитьОкончаниеФайлаПроцесса()
Сообщить(" Сообщить("
|Encode: | Encode:
| runs-on: ubuntu-latest | runs-on: ubuntu-latest
| needs: Testing-Twitter | needs: Testing-Twitter
| if: ${{ always() }} | if: ${{ always() }}
@ -176,7 +176,7 @@
| commit_message: Обновление зашифрованных данных по результатам тестов (workflow) | commit_message: Обновление зашифрованных данных по результатам тестов (workflow)
| |
| |
|Clear-Cache: | Clear-Cache:
| runs-on: ubuntu-latest | runs-on: ubuntu-latest
| needs: [Testing-Telegram, Testing-VK, Testing-YandexDisk, Testing-Viber, Testing-Notion, Testing-GoogleCalendar, Testing-GoogleDrive, Encode] | needs: [Testing-Telegram, Testing-VK, Testing-YandexDisk, Testing-Viber, Testing-Notion, Testing-GoogleCalendar, Testing-GoogleDrive, Encode]
| if: ${{ always() }} | if: ${{ always() }}