mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +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
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: ./data.json
|
path: ./data.json
|
||||||
|
key: test-data
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -56,10 +57,11 @@ jobs:
|
|||||||
needs: [Decode, Build]
|
needs: [Decode, Build]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Скачать артефакт с тестовой информацией
|
- name: Получить тестовые данные из кэша
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: ./data.json
|
path: ./data.json
|
||||||
|
key: test-data
|
||||||
|
|
||||||
- name: Скачать артефакт с исполняемым файлом
|
- name: Скачать артефакт с исполняемым файлом
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user