You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-13 20:05:19 +02:00
Обновление yml файла - cli_test.yml (workflow)
This commit is contained in:
committed by
Vitaly the Alpaca (bot)
parent
9e9a9484e6
commit
bdd585f37a
12
.github/workflows/cli_test.yml
vendored
12
.github/workflows/cli_test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user