@@ -1651,55 +1651,9 @@ jobs:
1651
1651
key : logs-Ollama
1652
1652
path : ./docs/en/results/Ollama
1653
1653
1654
-
1655
- Testing-HTTPClient :
1656
- runs-on : ubuntu-latest
1657
- needs : [Decode, Build]
1658
- steps :
1659
-
1660
- - uses : actions/checkout@v2
1661
- - uses : otymko/setup-onescript@v1.4
1662
- with :
1663
- version : 1.9.1
1664
-
1665
- - name : Получить тестовые данные из кэша
1666
- uses : actions/cache/restore@v3
1667
- with :
1668
- key : test-data
1669
- path : ./data.json
1670
-
1671
- - name : Установить asserts и 1testrunner
1672
- run : |
1673
- opm install asserts
1674
- opm install 1testrunner
1675
-
1676
- - name : Установить OInt
1677
- run : |
1678
- TEMP_DEB="$(mktemp)" &&
1679
- wget -O "$TEMP_DEB" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.22.0/oint_1.22.0_all_en.deb' &&
1680
- sudo dpkg -i "$TEMP_DEB"
1681
- rm -f "$TEMP_DEB"
1682
-
1683
-
1684
-
1685
- - name : Initialization
1686
- if : ${{ cancelled() }} == false
1687
- run : oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os "CLI_HTTP_Initialization"
1688
-
1689
- - name : Body set
1690
- if : ${{ cancelled() }} == false
1691
- run : oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os "CLI_HTTP_BodySet"
1692
-
1693
- - name : Записать логи
1694
- if : ${{ cancelled() }} == false
1695
- uses : actions/cache/save@v3
1696
- with :
1697
- key : logs-HTTPClient
1698
- path : ./docs/en/results/HTTPClient
1699
-
1700
1654
Encode :
1701
1655
runs-on : ubuntu-latest
1702
- needs : [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-PostgreSQL,Testing-MySQL,Testing-SQLite,Testing-RCON,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika,Testing-S3,Testing-TCP,Testing-GreenAPI,Testing-Ollama,Testing-HTTPClient ]
1656
+ needs : [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-PostgreSQL,Testing-MySQL,Testing-SQLite,Testing-RCON,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika,Testing-S3,Testing-TCP,Testing-GreenAPI,Testing-Ollama]
1703
1657
if : ${{ always() }}
1704
1658
permissions :
1705
1659
contents : write
@@ -2159,22 +2113,6 @@ jobs:
2159
2113
-H "X-GitHub-Api-Version: 2022-11-28" \
2160
2114
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-Ollama"
2161
2115
2162
- - name : Получить логи HTTPClient
2163
- uses : actions/cache/restore@v3
2164
- with :
2165
- key : logs-HTTPClient
2166
- path : ./docs/en/results/HTTPClient
2167
-
2168
-
2169
- - name : Очистка логов HTTPClient
2170
- run : |
2171
- curl -L \
2172
- -X DELETE \
2173
- -H "Accept: application/vnd.github+json" \
2174
- -H "Authorization: Bearer ${{ secrets.TOKEN }}" \
2175
- -H "X-GitHub-Api-Version: 2022-11-28" \
2176
- "https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-HTTPClient"
2177
-
2178
2116
2179
2117
- name : Записать данные
2180
2118
uses : stefanzweifel/git-auto-commit-action@v5
@@ -2187,7 +2125,7 @@ jobs:
2187
2125
2188
2126
Clear-Cache :
2189
2127
runs-on : ubuntu-latest
2190
- needs : [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-PostgreSQL, Testing-MySQL, Testing-SQLite, Testing-RCON, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Testing-TCP, Testing-GreenAPI, Testing-Ollama, Testing-HTTPClient, Encode]
2128
+ needs : [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-PostgreSQL, Testing-MySQL, Testing-SQLite, Testing-RCON, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Testing-TCP, Testing-GreenAPI, Testing-Ollama, Encode]
2191
2129
if : ${{ always() }}
2192
2130
steps :
2193
2131
- name : Очистка основного кэша
0 commit comments