Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Преобразование OPI -> OInt (workflow)
Browse files Browse the repository at this point in the history
VitalyTheAlpaca committed Jul 7, 2024
1 parent d8f22da commit d651ffa
Showing 13 changed files with 4,222 additions and 3,696 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/oint_test_Bitrix24.yml
Original file line number Diff line number Diff line change
@@ -103,6 +103,10 @@ jobs:
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os "Б24_РаботаСДиском"

- name: Канбан
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os "Б24_Канбан"

- name: Записать логи
if: ${{ cancelled() }} == false
uses: actions/cache/save@v3
4 changes: 4 additions & 0 deletions .github/workflows/oint_test_full.yml
Original file line number Diff line number Diff line change
@@ -1064,6 +1064,10 @@ jobs:
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os "Б24_РаботаСДиском"

- name: Канбан
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os "Б24_Канбан"

- name: Записать логи
if: ${{ cancelled() }} == false
uses: actions/cache/save@v3
4 changes: 4 additions & 0 deletions .github/workflows/oint_test_full_en.yml
Original file line number Diff line number Diff line change
@@ -1064,6 +1064,10 @@ jobs:
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_Tests.os "B24_WorkingWithDrive"

- name: Kanban
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_Tests.os "B24_Kanban"

- name: Записать логи
if: ${{ cancelled() }} == false
uses: actions/cache/save@v3
Loading

0 comments on commit d651ffa

Please sign in to comment.