mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
Перенос CLI test update в главный wf
This commit is contained in:
parent
899f5b146d
commit
49e05f2d6a
43
.github/workflows/cli_tests_update.yml
vendored
43
.github/workflows/cli_tests_update.yml
vendored
@ -1,43 +0,0 @@
|
|||||||
name: CLI | Обновить yml процесса тестирования
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
Make-CLI-Tests:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
token: ${{secrets.TOKEN}}
|
|
||||||
|
|
||||||
- uses: otymko/setup-onescript@v1.4
|
|
||||||
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: Обновить Workflow тестирования CLI
|
|
||||||
run: oscript ./.github/workflows/os/cli_testmaker.os
|
|
||||||
|
|
||||||
- name: Обновить Workflow тестирования CLI (EN)
|
|
||||||
run: oscript ./.github/workflows/os/cli_testmaker_en.os
|
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
|
||||||
with:
|
|
||||||
commit_user_name: Vitaly the Alpaca (bot)
|
|
||||||
commit_user_email: vitaly.the.alpaca@gmail.com
|
|
||||||
commit_author: Vitaly the Alpaca <vitaly.the.alpaca@gmail.com>
|
|
||||||
commit_message: Обновление yml файла - cli_test.yml (workflow)
|
|
@ -32,6 +32,12 @@ jobs:
|
|||||||
- name: Основной процесс преобразований
|
- name: Основной процесс преобразований
|
||||||
run: oscript ./.github/workflows/os/main.os
|
run: oscript ./.github/workflows/os/main.os
|
||||||
|
|
||||||
|
- name: Обновить Workflow тестирования CLI
|
||||||
|
run: oscript ./.github/workflows/os/cli_testmaker.os
|
||||||
|
|
||||||
|
- name: Обновить Workflow тестирования CLI (EN)
|
||||||
|
run: oscript ./.github/workflows/os/cli_testmaker_en.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)
|
Loading…
Reference in New Issue
Block a user