Skip to content

Commit

Permalink
Update oint_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend authored Apr 2, 2024
1 parent 8ff27e4 commit bc0ecb4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/oint_test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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 "Телеграм_ПолучитьИнформациюБота"
Expand Down

0 comments on commit bc0ecb4

Please sign in to comment.