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:
parent
f7d806e77a
commit
c51d171d5d
27
.github/workflows/cli_test.yml
vendored
27
.github/workflows/cli_test.yml
vendored
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user