From a787d810dcd121f1a01c47ab02c5580344e3459f Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:52:18 +0300 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4dcd90bca9..a1deb3ce92 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -37,10 +37,11 @@ jobs: opm install 1testrunner - name: Выполнить тесты + continue-on-error: true run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os - name: Зашифровать данные обратно - if: success() || failure() + continue-on-error: false run: | rm -f ./data.json.gpg gpg --batch --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json @@ -48,8 +49,7 @@ jobs: env: ENC_JSON: ${{ secrets.ENC_JSON }} - - uses: stefanzweifel/git-auto-commit-action@v5 - if: ${{ success() }} + - uses: stefanzweifel/git-auto-commit-action@v5