1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00

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

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

View File

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

View File

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