1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Установка библиотек в wf доков

This commit is contained in:
Anton 2024-05-28 21:59:28 +03:00
parent daab35d740
commit bd1936fd99
2 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,10 @@ jobs:
with:
version: 1.9.0
- name: Установить osparser
run: |
opm install osparser
- name: Выполнить скрипт парсинга тестов
run: oscript ./.github/workflows/os/docs_examples.os

View File

@ -21,10 +21,17 @@ jobs:
- uses: otymko/setup-onescript@v1.4
with:
version: 1.9.0
- name: Установить osparser и cmdline
run: |
opm install osparser
opm install cmdline
- name: Выполнить скрипт парсинга тестов
run: oscript ./.github/workflows/os/oint_docs.os
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Vitaly the Alpaca (bot)