1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-15 20:13:31 +02:00

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

This commit is contained in:
Vitaly the Alpaca
2024-03-28 13:41:33 +00:00
committed by Vitaly the Alpaca (bot)
parent 9e9a9484e6
commit bdd585f37a

View File

@@ -63,16 +63,16 @@ jobs:
name: oint
path: ./cli/oint_bin
Testing-telegram:
runs-on: ubuntu-latest
needs: [Decode, Build]
steps:
Testing-telegram:
runs-on: ubuntu-latest
needs: [Decode, Build]
steps:
- name: Получить тестовые данные из кэша
uses: actions/cache/restore@v3
with:
path: ./data.json
key: test-data
path: ./data.json
key: test-data
- name: Скачать артефакт с исполняемым файлом
uses: actions/download-artifact@v4