1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00

Обновление yml файла - cli_test.yml (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-05-05 09:34:46 +00:00 committed by Vitaly the Alpaca (bot)
parent f7d806e77a
commit c51d171d5d

View File

@ -2687,6 +2687,33 @@ jobs:
--comment "" \
Testing-gsheets:
runs-on: ubuntu-latest
needs: [Decode, Build]
steps:
- name: Получить тестовые данные из кэша
uses: actions/cache/restore@v3
with:
path: ./data.json
key: test-data
- name: Скачать артефакт с исполняемым файлом
uses: actions/download-artifact@v4
with:
name: oint
- name: JSON в переменные
uses: rgarcia-phi/json-to-variables@v1.1.0
with:
filename: 'data.json'
masked: true
- name: chmod для OInt
run: chmod +x ./oint
Clear-Cache:
runs-on: ubuntu-latest
needs: [Testing-telegram, Testing-vk, Testing-viber]