mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-30 09:16:44 +02:00
Мелкие правки workflow
This commit is contained in:
parent
62f56ea65e
commit
d3829daa37
2
.github/workflows/cli_test.yml
vendored
2
.github/workflows/cli_test.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
opm install osparser
|
||||
|
||||
- name: Сформировать список методов ОПИ -> CLI
|
||||
run: oscript ./cli/parse.os
|
||||
run: oscript ./.github/workflows/os/parse.os
|
||||
|
||||
- name: Записать измененный список методов CLI
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
2
.github/workflows/convert.yml
vendored
2
.github/workflows/convert.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
version: 1.9.0
|
||||
|
||||
- name: Выполнить скрипт преобразования OPI -> OInt
|
||||
run: oscript ./.github/workflows/convert.os
|
||||
run: oscript ./.github/workflows/os/convert.os
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
2
.github/workflows/oint_test.yml
vendored
2
.github/workflows/oint_test.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
run: |
|
||||
cd ./OInt
|
||||
opm build
|
||||
opm install oint-1.5.0.ospx
|
||||
opm install *.ospx
|
||||
|
||||
- name: Выполнить Телеграм_ПолучитьИнформациюБота
|
||||
if: ${{ cancelled() }} == false
|
||||
|
Loading…
Reference in New Issue
Block a user