You've already forked OpenIntegrations
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:
6
.github/workflows/blank.yml
vendored
6
.github/workflows/blank.yml
vendored
@@ -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
|
||||||
@@ -48,8 +49,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
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() }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user