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

Update cli_test.yml

This commit is contained in:
Anton Titovets
2024-03-20 22:00:39 +03:00
committed by GitHub
parent c3c7c83c49
commit 0d5c158017

View File

@@ -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