mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-12 04:34:10 +02:00
Update cli_test.yml
This commit is contained in:
parent
c3c7c83c49
commit
0d5c158017
4
.github/workflows/cli_test.yml
vendored
4
.github/workflows/cli_test.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: ./data.json
|
||||
key: test-data
|
||||
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -56,10 +57,11 @@ jobs:
|
||||
needs: [Decode, Build]
|
||||
steps:
|
||||
|
||||
- name: Скачать артефакт с тестовой информацией
|
||||
- name: Получить тестовые данные из кэша
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: ./data.json
|
||||
key: test-data
|
||||
|
||||
- name: Скачать артефакт с исполняемым файлом
|
||||
uses: actions/download-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user