mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Запись логов тестов в репозиторий
This commit is contained in:
parent
5592ee6232
commit
900bfe7764
86
.github/workflows/oint_test_Airtable.yml
vendored
86
.github/workflows/oint_test_Airtable.yml
vendored
@ -95,6 +95,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "АТ_СоздатьУдалитьЗаписи"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -133,6 +140,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_Dropbox.yml
vendored
86
.github/workflows/oint_test_Dropbox.yml
vendored
@ -107,6 +107,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ДропБокс_РаботаСДоступами"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -145,6 +152,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_GoogleCalendar.yml
vendored
86
.github/workflows/oint_test_GoogleCalendar.yml
vendored
@ -95,6 +95,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГК_ПолучитьСписокСобытий"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -133,6 +140,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_GoogleDrive.yml
vendored
86
.github/workflows/oint_test_GoogleDrive.yml
vendored
@ -95,6 +95,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГД_СоздатьКаталог"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -133,6 +140,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_GoogleSheets.yml
vendored
86
.github/workflows/oint_test_GoogleSheets.yml
vendored
@ -91,6 +91,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГТ_ЗаполнитьОчиститьЯчейки"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -129,6 +136,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
87
.github/workflows/oint_test_GoogleWorkspace.yml
vendored
87
.github/workflows/oint_test_GoogleWorkspace.yml
vendored
@ -91,6 +91,14 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГВ_ОбновитьТокен"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
@ -136,6 +144,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_Notion.yml
vendored
86
.github/workflows/oint_test_Notion.yml
vendored
@ -115,6 +115,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Ноушн_ПолучитьДанныеПользователя"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -153,6 +160,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_Slack.yml
vendored
86
.github/workflows/oint_test_Slack.yml
vendored
@ -131,6 +131,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Слак_ЗагрузитьУдалитьВФ"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -169,6 +176,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_Telegram.yml
vendored
86
.github/workflows/oint_test_Telegram.yml
vendored
@ -167,6 +167,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Телеграм_СкрытьПоказатьГлавнуюТему"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -205,6 +212,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
87
.github/workflows/oint_test_Twitter.yml
vendored
87
.github/workflows/oint_test_Twitter.yml
vendored
@ -107,6 +107,14 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Твиттер_СоздатьТвитСОпросом"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
@ -152,6 +160,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_VK.yml
vendored
86
.github/workflows/oint_test_VK.yml
vendored
@ -159,6 +159,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ВК_ЗагрузитьВидео"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -197,6 +204,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_Viber.yml
vendored
86
.github/workflows/oint_test_Viber.yml
vendored
@ -115,6 +115,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Вайбер_ОтправитьСсылку"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -153,6 +160,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
86
.github/workflows/oint_test_YandexDisk.yml
vendored
86
.github/workflows/oint_test_YandexDisk.yml
vendored
@ -119,6 +119,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ЯДиск_ПолучитьСписокОпубликованных"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
@ -157,6 +164,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
172
.github/workflows/oint_test_full.yml
vendored
172
.github/workflows/oint_test_full.yml
vendored
@ -167,6 +167,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Телеграм_СкрытьПоказатьГлавнуюТему"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
|
||||
Testing-VK:
|
||||
runs-on: ubuntu-latest
|
||||
@ -277,6 +284,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ВК_ЗагрузитьВидео"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
|
||||
Testing-Viber:
|
||||
runs-on: ubuntu-latest
|
||||
@ -343,6 +357,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Вайбер_ОтправитьСсылку"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
|
||||
Testing-Twitter:
|
||||
runs-on: ubuntu-latest
|
||||
@ -401,6 +422,14 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Твиттер_СоздатьТвитСОпросом"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
@ -478,6 +507,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ЯДиск_ПолучитьСписокОпубликованных"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
|
||||
Testing-GoogleWorkspace:
|
||||
runs-on: ubuntu-latest
|
||||
@ -520,6 +556,14 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГВ_ОбновитьТокен"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
|
||||
- name: Записать измененные данные
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
@ -573,6 +617,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГК_ПолучитьСписокСобытий"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
|
||||
Testing-GoogleDrive:
|
||||
runs-on: ubuntu-latest
|
||||
@ -619,6 +670,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГД_СоздатьКаталог"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
|
||||
Testing-GoogleSheets:
|
||||
runs-on: ubuntu-latest
|
||||
@ -661,6 +719,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ГТ_ЗаполнитьОчиститьЯчейки"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
|
||||
Testing-Notion:
|
||||
runs-on: ubuntu-latest
|
||||
@ -727,6 +792,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Ноушн_ПолучитьДанныеПользователя"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
|
||||
Testing-Slack:
|
||||
runs-on: ubuntu-latest
|
||||
@ -809,6 +881,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Слак_ЗагрузитьУдалитьВФ"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
|
||||
Testing-Airtable:
|
||||
runs-on: ubuntu-latest
|
||||
@ -855,6 +934,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "АТ_СоздатьУдалитьЗаписи"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
|
||||
Testing-Dropbox:
|
||||
runs-on: ubuntu-latest
|
||||
@ -913,6 +999,13 @@ jobs:
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "ДропБокс_РаботаСДоступами"
|
||||
|
||||
- name: Записать логи
|
||||
if: ${{ cancelled() }} == false
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
Encode:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [Testing-Twitter]
|
||||
@ -943,6 +1036,85 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
28
.github/workflows/os/oint_testmaker.os
vendored
28
.github/workflows/os/oint_testmaker.os
vendored
@ -5,6 +5,7 @@
|
||||
Перем СписокРабот;
|
||||
Перем ТекущийДокумент;
|
||||
Перем ПутьКФайлам;
|
||||
Перем СписокБиблиотек;
|
||||
|
||||
Процедура ПриСозданииОбъекта()
|
||||
|
||||
@ -215,7 +216,22 @@
|
||||
| gpg --batch --symmetric --cipher-algo AES256 --passphrase=""$ENC_JSON"" data.json
|
||||
| rm -f ./data.json
|
||||
| env:
|
||||
| ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
| ENC_JSON: ${{ secrets.ENC_JSON }}");
|
||||
|
||||
Для Каждого Библиотека Из СписокБиблиотек Цикл
|
||||
|
||||
ТекущаяБиблиотека = Библиотека.Ключ;
|
||||
|
||||
ТекущийДокумент.ДобавитьСтроку("
|
||||
| - name: Получить логи " + ТекущаяБиблиотека + "
|
||||
| uses: actions/cache/restore@v3
|
||||
| with:
|
||||
| key: logs-" + ТекущаяБиблиотека + "
|
||||
| path: ./docs/results/" + ТекущаяБиблиотека);
|
||||
|
||||
КонецЦикла;
|
||||
|
||||
ТекущийДокумент.ДобавитьСтроку("
|
||||
|
|
||||
| - name: Записать данные
|
||||
| uses: stefanzweifel/git-auto-commit-action@v5
|
||||
@ -265,6 +281,16 @@
|
||||
|
||||
Процедура ДополнитьТекстРаботы(Знач Раздел, ТекстРаботы)
|
||||
|
||||
ТекстРаботы = ТекстРаботы + "
|
||||
|
|
||||
| - name: Записать логи
|
||||
| if: ${{ cancelled() }} == false
|
||||
| uses: actions/cache/save@v3
|
||||
| with:
|
||||
| key: logs-" + Раздел + "
|
||||
| path: ./docs/results/" + Раздел + "
|
||||
|";
|
||||
|
||||
Если Раздел = "Twitter" Тогда
|
||||
ТекстРаботы = ТекстРаботы + "
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user