From 0773a157ab57caa4cfd147426f0c54cd1142bc95 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Fri, 19 Apr 2024 17:26:21 +0300 Subject: [PATCH] Update oint_testmaker.os --- .github/workflows/os/oint_testmaker.os | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/os/oint_testmaker.os b/.github/workflows/os/oint_testmaker.os index e50de8f29a..8374ce1076 100644 --- a/.github/workflows/os/oint_testmaker.os +++ b/.github/workflows/os/oint_testmaker.os @@ -27,31 +27,31 @@ ТекстРаботы = " | |Testing-" + Раздел + ": - |runs-on: ubuntu-latest - |needs: " + Зависимости + " - |steps: + | runs-on: ubuntu-latest + | needs: " + Зависимости + " + | steps: | - | - uses: actions/checkout@v2 - | - uses: otymko/setup-onescript@v1.4 - | with: - | version: 1.9.0 + | - uses: actions/checkout@v2 + | - uses: otymko/setup-onescript@v1.4 + | with: + | version: 1.9.0 | - | - name: Получить тестовые данные из кэша - | uses: actions/cache/restore@v3 - | with: - | key: test-data - | path: ./data.json + | - name: Получить тестовые данные из кэша + | uses: actions/cache/restore@v3 + | with: + | key: test-data + | path: ./data.json | - | - name: Установить asserts и 1testrunner - | run: | - | opm install asserts - | opm install 1testrunner + | - name: Установить asserts и 1testrunner + | run: | + | opm install asserts + | opm install 1testrunner | - | - name: Установить OInt - | run: | - | cd ./OInt - | opm build - | opm install *.ospx + | - name: Установить OInt + | run: | + | cd ./OInt + | opm build + | opm install *.ospx | |";