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

Update update_test_workflow.yml

This commit is contained in:
Anton Titovets
2024-03-28 20:44:42 +03:00
committed by GitHub
parent ee19d4df5a
commit 9f5507448f

View File

@@ -19,6 +19,15 @@ jobs:
with:
version: 1.9.0
- name: Установить cmdline, asserts и osparser
run: |
opm install cmdline
opm install asserts
opm install osparser
- name: Сформировать список методов ОПИ -> CLI
run: oscript ./.github/workflows/os/cli_parse.os
- name: Выполнить скрипт создания yml-файла
run: oscript ./.github/workflows/os/cli_testmaker.os > ./.github/workflows/cli_test.yml