From 650248cf9623fb2077bf927afde1ffabb48d7fe1 Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:52:20 +0300 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index e1d9913884..1f407f4dcb 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -8,7 +8,6 @@ on: jobs: - Convert: runs-on: ubuntu-latest @@ -37,14 +36,14 @@ jobs: opm install asserts opm install 1testrunner - - name: Выполнить тесты - run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os + #- name: Выполнить тесты + # run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os - name: Зашифровать данные обратно if: success() || failure() run: | rm -f ./data.json.gpg - gpg --symmetric --cipher-algo AES256 --passphrase "$ENC_JSON" data.json + gpg --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json rm -f ./data.json env: ENC_JSON: ${{ secrets.ENC_JSON }}