mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-16 05:06:02 +02:00
Update cli_testmaker.os
This commit is contained in:
parent
555eb50ac6
commit
6e9888972f
12
.github/workflows/os/cli_testmaker.os
vendored
12
.github/workflows/os/cli_testmaker.os
vendored
@ -75,16 +75,16 @@
|
||||
КонецЕсли;
|
||||
|
||||
ТекстРаботы = "
|
||||
| Testing-" + Библиотека + ":
|
||||
| runs-on: ubuntu-latest
|
||||
| needs: [Decode, Build]
|
||||
| steps:
|
||||
| Testing-" + Библиотека + ":
|
||||
| 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
|
||||
|
Loading…
Reference in New Issue
Block a user