mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-16 05:06:02 +02:00
Update oint_test.yml
This commit is contained in:
parent
8ff27e45f7
commit
bc0ecb4e4f
8
.github/workflows/oint_test.yml
vendored
8
.github/workflows/oint_test.yml
vendored
@ -1,6 +1,6 @@
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: OINT | Тестирование
|
||||
name: OINT | Сборка и тестирование
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
@ -52,6 +52,12 @@ jobs:
|
||||
opm build
|
||||
opm install *.ospx
|
||||
|
||||
- name: Записать артефакт
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: oint
|
||||
path: ./OInt/*.ospx
|
||||
|
||||
- name: Выполнить Телеграм_ПолучитьИнформациюБота
|
||||
if: ${{ cancelled() }} == false
|
||||
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Телеграм_ПолучитьИнформациюБота"
|
||||
|
Loading…
Reference in New Issue
Block a user