1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Update blank.yml

This commit is contained in:
Anton Titovets
2024-03-15 13:52:18 +03:00
committed by GitHub
parent ff9d37ae69
commit a787d810dc

View File

@@ -37,10 +37,11 @@ jobs:
opm install 1testrunner opm install 1testrunner
- name: Выполнить тесты - 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 run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os
- name: Зашифровать данные обратно - name: Зашифровать данные обратно
if: success() || failure() continue-on-error: false
run: | run: |
rm -f ./data.json.gpg rm -f ./data.json.gpg
gpg --batch --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json gpg --batch --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json
@@ -49,7 +50,6 @@ jobs:
ENC_JSON: ${{ secrets.ENC_JSON }} ENC_JSON: ${{ secrets.ENC_JSON }}
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ success() }}