1
0
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:
Anton Titovets 2024-04-02 21:51:18 +03:00 committed by GitHub
parent 8ff27e45f7
commit bc0ecb4e4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 "Телеграм_ПолучитьИнформациюБота"