mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Update cli_test.yml
This commit is contained in:
parent
be12aea914
commit
0292220816
11
.github/workflows/cli_test.yml
vendored
11
.github/workflows/cli_test.yml
vendored
@ -30,6 +30,17 @@ jobs:
|
||||
with:
|
||||
version: 1.9.0
|
||||
|
||||
- name: Установить cmdline и asserts
|
||||
run: |
|
||||
opm install cmdline
|
||||
opm install asserts
|
||||
|
||||
- name: Собрать и установить OInt
|
||||
run: |
|
||||
cd ./OInt
|
||||
opm build
|
||||
opm install oint-1.5.0.ospx
|
||||
|
||||
- name: Собрать бинарник
|
||||
run: |
|
||||
cd ./cli
|
||||
|
Loading…
Reference in New Issue
Block a user